aboutsummaryrefslogtreecommitdiffstats
path: root/common/command.h
diff options
context:
space:
mode:
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;
};