a couple of minor changes

This commit is contained in:
aleks-f
2012-11-25 22:47:59 -06:00
parent 91d5be438b
commit b0ae034a94
2 changed files with 1 additions and 2 deletions

View File

@@ -250,7 +250,6 @@ bool strToFloat (const char* pStr, F& result, char& eu = Impl::DUMMY_EXP_UNDERFL
char numSign = 1, expSign = 1;
char state = STATE_LEADING_SPACES;
F mantissa = 0.0, exponent = 0.0, pow10 = 1.0;
int powCnt = 0;
result = 0.0;
eu = 0;