aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rtlil.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/rtlil.h')
-rw-r--r--kernel/rtlil.h1
1 files changed, 0 insertions, 1 deletions
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;