mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
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_; }
|
unsigned int hash() const { return hashidx_; }
|
||||||
|
|
||||||
Memory();
|
Memory();
|
||||||
~Memory();
|
|
||||||
|
|
||||||
RTLIL::IdString name;
|
RTLIL::IdString name;
|
||||||
int width, start_offset, size;
|
int width, start_offset, size;
|
||||||
|
|
Loading…
Reference in a new issue