aboutsummaryrefslogtreecommitdiffstats
path: root/common/command.h
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2019-06-13 18:18:16 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2019-06-13 18:18:16 +0200
commitc760b0326182c3779373fba1f77aad200c9b1b89 (patch)
tree7d096d98675947603d34cddca72a6e53e0e7caec /common/command.h
parent1cd4a4d17aeaab26664add714c8a02f76f6a6a90 (diff)
downloadnextpnr-c760b0326182c3779373fba1f77aad200c9b1b89.tar.gz
nextpnr-c760b0326182c3779373fba1f77aad200c9b1b89.tar.bz2
nextpnr-c760b0326182c3779373fba1f77aad200c9b1b89.zip
Cleanup
Diffstat (limited to 'common/command.h')
-rw-r--r--common/command.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/command.h b/common/command.h
index c3274197..d4f9a12e 100644
--- a/common/command.h
+++ b/common/command.h
@@ -23,7 +23,6 @@
#include <boost/program_options.hpp>
#include "nextpnr.h"
-//#include "project.h"
#include "settings.h"
NEXTPNR_NAMESPACE_BEGIN
@@ -66,7 +65,6 @@ class CommandHandler
po::positional_options_description pos;
int argc;
char **argv;
- //ProjectHandler project;
std::ofstream logfile;
};