aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rtlil.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-07-22 21:40:52 +0200
committerClifford Wolf <clifford@clifford.at>2014-07-22 21:40:52 +0200
commita97be0828a3998d1eb5128e8e24c75af2016f27b (patch)
treec41eda06fdab707d2ab0e45def4796cb97b174d5 /kernel/rtlil.h
parent08e1e251698edfec7e0634a8ccdc321f42e8f27f (diff)
downloadyosys-a97be0828a3998d1eb5128e8e24c75af2016f27b.tar.gz
yosys-a97be0828a3998d1eb5128e8e24c75af2016f27b.tar.bz2
yosys-a97be0828a3998d1eb5128e8e24c75af2016f27b.zip
Removed RTLIL::SigChunk::compare()
Diffstat (limited to 'kernel/rtlil.h')
-rw-r--r--kernel/rtlil.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/rtlil.h b/kernel/rtlil.h
index 1d84dd3bb..facd43db4 100644
--- a/kernel/rtlil.h
+++ b/kernel/rtlil.h
@@ -470,7 +470,6 @@ struct RTLIL::SigChunk {
bool operator <(const RTLIL::SigChunk &other) const;
bool operator ==(const RTLIL::SigChunk &other) const;
bool operator !=(const RTLIL::SigChunk &other) const;
- static bool compare(const RTLIL::SigChunk &a, const RTLIL::SigChunk &b);
};
struct RTLIL::SigBit {