Cleanup
This commit is contained in:
parent
1cd4a4d17a
commit
c760b03261
@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
#include <boost/program_options.hpp>
|
#include <boost/program_options.hpp>
|
||||||
#include "nextpnr.h"
|
#include "nextpnr.h"
|
||||||
//#include "project.h"
|
|
||||||
#include "settings.h"
|
#include "settings.h"
|
||||||
|
|
||||||
NEXTPNR_NAMESPACE_BEGIN
|
NEXTPNR_NAMESPACE_BEGIN
|
||||||
@ -66,7 +65,6 @@ class CommandHandler
|
|||||||
po::positional_options_description pos;
|
po::positional_options_description pos;
|
||||||
int argc;
|
int argc;
|
||||||
char **argv;
|
char **argv;
|
||||||
//ProjectHandler project;
|
|
||||||
std::ofstream logfile;
|
std::ofstream logfile;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user