diff --git a/elfio/elfio_section.hpp b/elfio/elfio_section.hpp index ed9281e..446f52f 100644 --- a/elfio/elfio_section.hpp +++ b/elfio/elfio_section.hpp @@ -236,7 +236,6 @@ template class section_impl : public section { pstream = &stream; is_lazy = is_lazy_; - header = { 0 }; if ( translator->empty() ) { stream.seekg( 0, std::istream::end );