Deleted duplicate Destructor

This commit is contained in:
Benedikt Tutzer 2018-08-21 11:07:59 +02:00
parent 95d65971f3
commit 29efc9d0b1
1 changed files with 0 additions and 1 deletions

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;