| Index: src/IceELFSection.h
|
| diff --git a/src/IceELFSection.h b/src/IceELFSection.h
|
| index c2ef9bf4d3be82eca5f5a912043137f81a3a49b5..b39b2b9eccec01c18edfde77bec7fc36ec8536c3 100644
|
| --- a/src/IceELFSection.h
|
| +++ b/src/IceELFSection.h
|
| @@ -81,8 +81,6 @@ public:
|
| template <bool IsELF64> void writeHeader(ELFStreamer &Str);
|
|
|
| protected:
|
| - ~ELFSection() {}
|
| -
|
| // Name of the section in convenient string form (instead of a index
|
| // into the Section Header String Table, which is not known till later).
|
| const IceString Name;
|
|
|