aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/github.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/github.c b/src/github.c
index a9bbe74..d75e84c 100644
--- a/src/github.c
+++ b/src/github.c
@@ -4,8 +4,6 @@
#include <curl/curl.h>
#include "github.h"
-extern const char *VERSION;
-
struct GHContent {
char *data;
size_t len;