aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ArchiveLookup.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ArchiveLookup.cxx b/src/ArchiveLookup.cxx
index 4df7eaca1..f906ae8cf 100644
--- a/src/ArchiveLookup.cxx
+++ b/src/ArchiveLookup.cxx
@@ -61,10 +61,6 @@ archive_lookup(char *pathname, const char **archive,
struct stat st_info;
bool ret = false;
- *archive = NULL;
- *inpath = NULL;
- *suffix = NULL;
-
pathdupe = g_strdup(pathname);
len = idx = strlen(pathname);