From dff97425cdcbfbbb0ca4d5c8cf48d7a24111979d Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 22 Mar 2014 01:16:48 +0100 Subject: Remove SQLite monitor SQLite is slows down the simulation to much. --- mmss/context.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'mmss/context.cpp') diff --git a/mmss/context.cpp b/mmss/context.cpp index 4cf5011..3ab4086 100644 --- a/mmss/context.cpp +++ b/mmss/context.cpp @@ -30,7 +30,6 @@ #include "node.hpp" #include "monitor_log.hpp" -#include "monitor_sqlite.hpp" #include #include @@ -90,7 +89,6 @@ void context_t::run(int argc, char *argv[]) { attach_monitor(std::make_shared()); - attach_monitor(std::make_shared()); std::shared_ptr conf = config_t::read(this, argv[1]); -- cgit v1.2.3