From: Benedikt Tutzer Date: Tue, 21 Aug 2018 09:07:59 +0000 (+0200) Subject: Deleted duplicate Destructor X-Git-Tag: yosys-0.9~179^2~37 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=29efc9d0b1b003113e1faf1e76ce32cffb0ff95a;p=yosys.git Deleted duplicate Destructor --- 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;