Revert "Fixed error in prev. revision [#METR-10142]."

This reverts commit c139fa2b260ea9e0a77bc721767797b3cfaba0a8.
This commit is contained in:
Pavel Kartavyy 2014-02-21 13:27:16 +04:00
parent 4ea2512504
commit 0a150faca5
2 changed files with 0 additions and 2 deletions

View File

@ -269,7 +269,6 @@ void readFloatText(T & x, ReadBuffer & buf)
x *= exp10(exponent);
if (negative)
x = -x;
return;
}
case 'i':
++buf.position();

View File

@ -349,7 +349,6 @@ private:
x *= exp10(exponent);
if (negative)
x = -x;
return x;
}
case 'i':
case 'I':