Lint Cleanup

This remove some stores that clang assures me are very dead.

And an assert() for an unlikely NULL pointer dereference I can't quite
figure out.
This commit is contained in:
Aaron Gyes
2016-06-14 19:21:50 -07:00
parent d70be18c42
commit 9f0c31611c
7 changed files with 11 additions and 13 deletions

View File

@@ -185,8 +185,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;