sstream.tcc (pbackfail): Remove redundant NULL pointer check from test involving...
authorPaolo Carlini <pcarlini@unitus.it>
Sun, 20 Apr 2003 13:54:45 +0000 (15:54 +0200)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sun, 20 Apr 2003 13:54:45 +0000 (13:54 +0000)
commit5e77a357679635fe15bd3c4e4c904c6f40f81a13
treeb2849bcde361bd07d9dbc9f5ee4ba543a1c85d15
parent1052bb09b809f7fb7d14a417b3a9d2316a57db42
sstream.tcc (pbackfail): Remove redundant NULL pointer check from test involving _M_in_*.

2003-04-20  Paolo Carlini  <pcarlini@unitus.it>

* include/bits/sstream.tcc (pbackfail): Remove redundant
NULL pointer check from test involving _M_in_*.
(overflow, seekoff, seekpos): Const qualify bool variables.
* include/std/std_sstream.h (underflow): Remove redundant
NULL pointer check from test involving _M_in_*.
(_M_really_sync): Const qualify bool variables.
* src/fstream.cc (_M_underflow_common): Remove redundant
NULL pointer check from test involving _M_in_*, const qualify
bool variables.

* include/std/std_streambuf.h (sgetc): Remove redundant
variable.

From-SVN: r65853
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/sstream.tcc
libstdc++-v3/include/std/std_sstream.h
libstdc++-v3/include/std/std_streambuf.h
libstdc++-v3/src/fstream.cc