aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fstdata.h
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2022-03-30 15:55:15 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2022-03-30 15:55:15 +0200
commit2e47b61cc62283722f604d8f23c8b6758b22cb82 (patch)
tree62e5f5afc05b094f1b636317e0a33736263f46c9 /kernel/fstdata.h
parent72e5498bdf12fe841ad0468ea586919965165e36 (diff)
downloadyosys-2e47b61cc62283722f604d8f23c8b6758b22cb82.tar.gz
yosys-2e47b61cc62283722f604d8f23c8b6758b22cb82.tar.bz2
yosys-2e47b61cc62283722f604d8f23c8b6758b22cb82.zip
Proper scope naming from FST
Diffstat (limited to 'kernel/fstdata.h')
-rw-r--r--kernel/fstdata.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/fstdata.h b/kernel/fstdata.h
index 0e9d27e2c..d8dca5fb0 100644
--- a/kernel/fstdata.h
+++ b/kernel/fstdata.h
@@ -60,7 +60,6 @@ private:
void extractVarNames();
struct fstReaderContext *ctx;
- std::vector<std::string> scopes;
std::vector<FstVar> vars;
std::map<fstHandle, FstVar> handle_to_var;
std::map<std::string, fstHandle> name_to_handle;