Remove unnecessary initialization that causes GCC warning

This commit is contained in:
Nam Cao 2023-02-22 10:37:10 +01:00 committed by Serge Lamikhov-Center
parent 5be0f95443
commit d251da09a0

View File

@ -236,7 +236,6 @@ template <class T> class section_impl : public section
{
pstream = &stream;
is_lazy = is_lazy_;
header = { 0 };
if ( translator->empty() ) {
stream.seekg( 0, std::istream::end );