aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/fish.cpp
diff options
context:
space:
mode:
authorGravatar Aaron Gyes <me@aaron.gy>2016-06-14 19:21:50 -0700
committerGravatar Aaron Gyes <me@aaron.gy>2016-06-14 19:27:00 -0700
commit9f0c31611c189b7685cd5a818330ce36a9774eeb (patch)
treeef3d7e170b95e09cfdb279f5c3971654a07bef49 /src/fish.cpp
parentd70be18c4255829b3b6bc3d71b791740a9bba6ac (diff)
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.
Diffstat (limited to 'src/fish.cpp')
-rw-r--r--src/fish.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fish.cpp b/src/fish.cpp
index 8a65d626..45899866 100644
--- a/src/fish.cpp
+++ b/src/fish.cpp
@@ -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;