mirror of https://github.com/YosysHQ/yosys.git
Deleted duplicate Destructor
This commit is contained in:
parent
95d65971f3
commit
29efc9d0b1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue