summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common.c b/src/common.c
index 4d0b32017..c17e5448c 100644
--- a/src/common.c
+++ b/src/common.c
@@ -23,7 +23,6 @@
#define SCRIPTDIR PREFIX ## "/scripts/" /* trailing slash */
#define MODULEDIR PREFIX /* no trailing slash */
-const char* prefixdir = PREFIX;
const char* scriptdir = SCRIPTDIR;
const char* moduledir = MODULEDIR;
char* python = PYTHON;