summaryrefslogtreecommitdiff
path: root/kernel/yosys.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/yosys.cc')
-rw-r--r--kernel/yosys.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/kernel/yosys.cc b/kernel/yosys.cc
index 2303673c..e26eaf4b 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;