projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95d6597
)
Deleted duplicate Destructor
author
Benedikt Tutzer
<e1225461@student.tuwien.ac.at>
Tue, 21 Aug 2018 09:07:59 +0000
(11:07 +0200)
committer
Benedikt Tutzer
<e1225461@student.tuwien.ac.at>
Tue, 21 Aug 2018 09:07:59 +0000
(11:07 +0200)
kernel/rtlil.h
patch
|
blob
|
history
diff --git
a/kernel/rtlil.h
b/kernel/rtlil.h
index 0e5159be2e8581144092cd99e75e01d7a41c0667..89413a1660ea3922f2b4981950208ef12eec9323 100644
(file)
--- 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;