3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-05 17:14:08 +00:00

Deleted duplicate Destructor

This commit is contained in:
Benedikt Tutzer 2018-08-21 11:07:59 +02:00
parent 95d65971f3
commit 29efc9d0b1

View file

@ -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;