patrick
/
plasp
Archived
1
0
Fork 0

Removed unnecessary statement.

This commit is contained in:
Patrick Lühne 2016-05-30 13:03:18 +02:00
parent b89b1708c3
commit f55e366b17
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ Parser::Parser(std::istream &istream)
std::setlocale(LC_NUMERIC, "C");
// Dont skip whitespace
istream >> std::noskipws;
istream.exceptions(std::istream::badbit);
checkStream();