diff options
author | ZipCPU <dgisselq@ieee.org> | 2018-06-07 09:52:32 -0400 |
---|---|---|
committer | ZipCPU <dgisselq@ieee.org> | 2018-06-07 09:52:32 -0400 |
commit | c13c15badaaf68de6c28df44b02afc2f74eb8186 (patch) | |
tree | cd4c0ca994a7576488690c2581a3358de5a22c25 /common/log.cc | |
parent | 1d39924c1417295c8c24598d362293f0eff2af89 (diff) | |
parent | c352f6536b8f9eb4ad8d108e692a149348284723 (diff) | |
download | nextpnr-c13c15badaaf68de6c28df44b02afc2f74eb8186.tar.gz nextpnr-c13c15badaaf68de6c28df44b02afc2f74eb8186.tar.bz2 nextpnr-c13c15badaaf68de6c28df44b02afc2f74eb8186.zip |
Set the default log to stdout
Diffstat (limited to 'common/log.cc')
-rw-r--r-- | common/log.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/log.cc b/common/log.cc index 84150a15..00e1765f 100644 --- a/common/log.cc +++ b/common/log.cc @@ -31,8 +31,6 @@ std::vector<FILE*> log_files; std::vector<std::ostream*> log_streams; -std::map<std::string, std::set<std::string>> log_hdump; -bool log_hdump_all = false; FILE *log_errfile = NULL; bool log_error_stderr = false; |