Dead stores

This commit is contained in:
Geoff Nixon
2014-02-27 03:15:00 -08:00
parent 6d749789ce
commit ddcd2b0810
9 changed files with 3 additions and 25 deletions

View File

@@ -213,8 +213,6 @@ static struct config_paths_t determine_config_directory_paths(const char *argv0)
paths.sysconf = L"" SYSCONFDIR "/fish";
paths.doc = L"" DOCDIR;
paths.bin = L"" BINDIR;
done = true;
}
return paths;