From ed32eb8b1f74936d7670437e60f905412a2b802c Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 26 Jun 2024 13:08:15 -0400 Subject: Remove redundant extern statement --- src/github.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/github.c') 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 #include "github.h" -extern const char *VERSION; - struct GHContent { char *data; size_t len; -- cgit