mirror of
https://github.com/serge1/ELFIO.git
synced 2024-11-19 11:14:46 +00:00
Remove unnecessary initialization that causes GCC warning
This commit is contained in:
parent
5be0f95443
commit
d251da09a0
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user