aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish.cpp
diff options
context:
space:
mode:
authorGravatar Geoff Nixon <geoff.nixon@aol.com>2014-02-27 03:15:00 -0800
committerGravatar Geoff Nixon <geoff.nixon@aol.com>2014-02-27 06:23:40 -0800
commitddcd2b0810087394d17bd80c46d74cca0acd8924 (patch)
tree575f58142aca93fd46ffb9c4bec18c388a7a42ce /fish.cpp
parent6d749789ce240a3e6f1447777db63fd8e7525560 (diff)
Dead stores
Diffstat (limited to 'fish.cpp')
-rw-r--r--fish.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/fish.cpp b/fish.cpp
index 35b641ee..53262929 100644
--- a/fish.cpp
+++ b/fish.cpp
@@ -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;