aboutsummaryrefslogtreecommitdiffstats
path: root/common/command.h
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2019-06-15 13:09:49 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2019-06-15 13:09:49 +0200
commit95280060b869f266beaff023dd63d74905c39ef4 (patch)
tree98d49d09ef31161ea712341767ff7019616cb342 /common/command.h
parent66ea9f39f7f5d6e1152105328f9a48a367bd8ce0 (diff)
downloadnextpnr-95280060b869f266beaff023dd63d74905c39ef4.tar.gz
nextpnr-95280060b869f266beaff023dd63d74905c39ef4.tar.bz2
nextpnr-95280060b869f266beaff023dd63d74905c39ef4.zip
No need for settings class
Diffstat (limited to 'common/command.h')
-rw-r--r--common/command.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/command.h b/common/command.h
index c7b58517..b5908e3f 100644
--- a/common/command.h
+++ b/common/command.h
@@ -24,7 +24,7 @@
#include <boost/program_options.hpp>
#include <fstream>
#include "nextpnr.h"
-#include "settings.h"
+#include "log.h"
NEXTPNR_NAMESPACE_BEGIN
@@ -59,7 +59,6 @@ class CommandHandler
protected:
po::variables_map vm;
- std::unique_ptr<Settings> settings;
private:
po::options_description options;