aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-08-28 14:20:22 -0300
committerEuAndreh <eu@euandre.org>2021-08-28 14:20:22 -0300
commitd7d39e8bd8c32c7036e081d6ed109e5e0b1d8547 (patch)
treeeab5deadcbfe42f863cef9d47fe6d13d27844338
parentTODOs.md: Add #task-543193c9-b1c5-9362-b69d-d7b6e5e071f0 (diff)
downloadgistatic-d7d39e8bd8c32c7036e081d6ed109e5e0b1d8547.tar.gz
gistatic-d7d39e8bd8c32c7036e081d6ed109e5e0b1d8547.tar.xz
src/lib.c: Remove duplicate definition of PROGNAME
-rw-r--r--src/lib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib.c b/src/lib.c
index 26aa2b5..018cabe 100644
--- a/src/lib.c
+++ b/src/lib.c
@@ -30,8 +30,6 @@ static const int
EXIT_USAGE = 2;
-#define PROGNAME "gistatic"
-
static const char *const
CATALOG_NAME = PROGNAME;