aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/yosys.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/yosys.cc')
-rw-r--r--kernel/yosys.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/yosys.cc b/kernel/yosys.cc
index e36c68752..a6d09c077 100644
--- a/kernel/yosys.cc
+++ b/kernel/yosys.cc
@@ -495,7 +495,6 @@ void yosys_setup()
PyImport_AppendInittab((char*)"libyosys", INIT_MODULE);
Py_Initialize();
PyRun_SimpleString("import sys");
- PyRun_SimpleString(("sys.path.append(\""+proc_share_dirname()+"plugins\")").c_str());
#endif
Pass::init_register();