summaryrefslogtreecommitdiff
path: root/src/main/command_executor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/command_executor.h')
-rw-r--r--src/main/command_executor.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main/command_executor.h b/src/main/command_executor.h
index 435299ce3..a5bd78abe 100644
--- a/src/main/command_executor.h
+++ b/src/main/command_executor.h
@@ -38,14 +38,8 @@ protected:
StatisticsRegistry d_stats;
public:
- // Note: though the options are not cached (instead a reference is
- // used), the portfolio command executer currently parses them
- // during initalization, creating thread-specific options and
- // storing them
CommandExecutor(ExprManager &exprMgr, Options &options);
- ~CommandExecutor() {}
-
/**
* Executes a command. Recursively handles if cmd is a command
* sequence. Eventually uses doCommandSingleton (which can be
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback