diff options
Diffstat (limited to 'src/config_global.c')
-rw-r--r-- | src/config_global.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config_global.c b/src/config_global.c index 0dfa6db..4305942 100644 --- a/src/config_global.c +++ b/src/config_global.c @@ -98,7 +98,6 @@ char *get_package_manifest(void) { char *ucd = get_user_conf_dir(); sprintf(template, "%s%c%s", ucd, DIRSEP, "manifest.dat"); - char *wtf = template; if (access(template, F_OK) != 0) { fprintf(stderr, "Package manifest not found: %s\n", template); |