diff options
author | Benedikt Tutzer <e1225461@student.tuwien.ac.at> | 2018-08-21 11:07:59 +0200 |
---|---|---|
committer | Benedikt Tutzer <e1225461@student.tuwien.ac.at> | 2018-08-21 11:07:59 +0200 |
commit | 29efc9d0b1b003113e1faf1e76ce32cffb0ff95a (patch) | |
tree | 9d909d9631815ef542bbd828aa086f4ff0acb8f5 /kernel | |
parent | 95d65971f3f114adb8b62a9d29bc0829467e3d81 (diff) | |
download | yosys-29efc9d0b1b003113e1faf1e76ce32cffb0ff95a.tar.gz yosys-29efc9d0b1b003113e1faf1e76ce32cffb0ff95a.tar.bz2 yosys-29efc9d0b1b003113e1faf1e76ce32cffb0ff95a.zip |
Deleted duplicate Destructor
Diffstat (limited to 'kernel')
-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 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; |