summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/global.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/global.h b/src/global.h
index 7429b1f5..392b03a9 100644
--- a/src/global.h
+++ b/src/global.h
@@ -141,7 +141,6 @@ See LICENSE file included with the distribution for details and disclaimer.");
OPTION__
(global_scope_t, init_file_, // -i
-
CTOR(global_scope_t, init_file_) {
if (const char * home_var = std::getenv("HOME"))
on(none, (path(home_var) / ".ledgerrc").string());