diff options
Diffstat (limited to 'src/github.c')
-rw-r--r-- | src/github.c | 2 |
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; |