aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rtlil.h
diff options
context:
space:
mode:
authorBenedikt Tutzer <e1225461@student.tuwien.ac.at>2018-08-21 11:07:59 +0200
committerBenedikt Tutzer <e1225461@student.tuwien.ac.at>2018-08-21 11:07:59 +0200
commit29efc9d0b1b003113e1faf1e76ce32cffb0ff95a (patch)
tree9d909d9631815ef542bbd828aa086f4ff0acb8f5 /kernel/rtlil.h
parent95d65971f3f114adb8b62a9d29bc0829467e3d81 (diff)
downloadyosys-29efc9d0b1b003113e1faf1e76ce32cffb0ff95a.tar.gz
yosys-29efc9d0b1b003113e1faf1e76ce32cffb0ff95a.tar.bz2
yosys-29efc9d0b1b003113e1faf1e76ce32cffb0ff95a.zip
Deleted duplicate Destructor
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 0e5159be2..89413a166 100644
--- a/kernel/rtlil.h
+++ b/kernel/rtlil.h
@@ -1175,7 +1175,6 @@ struct RTLIL::Memory : public RTLIL::AttrObject
unsigned int hash() const { return hashidx_; }
Memory();
- ~Memory();
RTLIL::IdString name;
int width, start_offset, size;