diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-10-18 19:00:52 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-10-18 19:00:52 +0200 |
commit | 0471d158d955804c011338c5c664dfa7a38aed1f (patch) | |
tree | 0e2f06ee8b2c6c5fb66428fb168ff0540cec725c /kernel | |
parent | 57cd48523694205141ac6169da7a918e5b8d9972 (diff) | |
download | yosys-0471d158d955804c011338c5c664dfa7a38aed1f.tar.gz yosys-0471d158d955804c011338c5c664dfa7a38aed1f.tar.bz2 yosys-0471d158d955804c011338c5c664dfa7a38aed1f.zip |
Various improvements to version reporting on win32
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/yosys.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kernel/yosys.cc b/kernel/yosys.cc index 2303673c5..e26eaf4be 100644 --- a/kernel/yosys.cc +++ b/kernel/yosys.cc @@ -45,10 +45,6 @@ YOSYS_NAMESPACE_BEGIN -#if defined(_WIN32) && !defined(__MINGW32__) -const char *yosys_version_str = "Yosys for Windows (Version Information Unavailable)"; -#endif - int autoidx = 1; RTLIL::Design *yosys_design = NULL; |