mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 02:22:57 +01:00
remove unused variable
This commit is contained in:
parent
5873c8e362
commit
26c1131053
@ -677,7 +677,6 @@ void StringTest::testStringToFloatError()
|
||||
assert (!strToDouble(format("12c%c3", ds), result));
|
||||
assert (!strToDouble(format("12%cx3", ds), result));
|
||||
|
||||
double d = -123456.234e-100;
|
||||
assert(!strToDouble(format("123%c456%c234e1000000", ts, ds), result));
|
||||
assert(!strToDouble(format("123%c456%c234e+1000000", ts, ds), result));
|
||||
//assert(!strToDouble(0, result, ou)); // strToDouble is resilient to null pointers
|
||||
|
Loading…
Reference in New Issue
Block a user