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 #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; };