From c760b0326182c3779373fba1f77aad200c9b1b89 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 13 Jun 2019 18:18:16 +0200 Subject: [PATCH] Cleanup --- common/command.h | 2 -- 1 file changed, 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 #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; };