diff options
Diffstat (limited to 'libstdc++-v3/include/bits/fstream.tcc')
-rw-r--r-- | libstdc++-v3/include/bits/fstream.tcc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/fstream.tcc b/libstdc++-v3/include/bits/fstream.tcc index a93459a71f3..29fe0e8d6c6 100644 --- a/libstdc++-v3/include/bits/fstream.tcc +++ b/libstdc++-v3/include/bits/fstream.tcc @@ -610,7 +610,6 @@ namespace std __computed_off += _M_ext_buf + __gptr_off - _M_ext_end; } } - __ret = _M_seek(__computed_off, __way); } _M_last_overflowed = false; |