summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2020-02-26 00:08:20 -0800
committerGitHub <noreply@github.com>2020-02-26 00:08:20 -0800
commit50c31e61ab240ccd551a0aea732f8b9a88d7fb32 (patch)
tree30531d1f4813ed399209d198ca1eb75ac6f9dc30 /src/main
parentb28ff31b6713791f27b4860f439aaa3f63aab9d7 (diff)
Remove portfolio leftovers (#3821)
Commit 1c09572e0e2031519a103caa2a4af0d9bd34a9c5 removed the portfolio build but there were some leftovers. This commit removes them.
Diffstat (limited to 'src/main')
-rw-r--r--src/main/command_executor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/command_executor.h b/src/main/command_executor.h
index c71f4d7a5..3688f592f 100644
--- a/src/main/command_executor.h
+++ b/src/main/command_executor.h
@@ -85,7 +85,6 @@ public:
static void printStatsFilterZeros(std::ostream& out,
const std::string& statsString);
- LemmaChannels* channels() { return d_smtEngine->channels(); }
void flushOutputStreams();
void setReplayStream(ExprStream* replayStream);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback