diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-07-22 21:40:52 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-07-22 21:40:52 +0200 |
commit | a97be0828a3998d1eb5128e8e24c75af2016f27b (patch) | |
tree | c41eda06fdab707d2ab0e45def4796cb97b174d5 /kernel/rtlil.h | |
parent | 08e1e251698edfec7e0634a8ccdc321f42e8f27f (diff) | |
download | yosys-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.h | 1 |
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 { |