mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-17 07:13:27 +02: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("12c%c3", ds), result));
|
||||||
assert (!strToDouble(format("12%cx3", 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%c234e1000000", ts, ds), result));
|
||||||
assert(!strToDouble(format("123%c456%c234e+1000000", ts, ds), result));
|
assert(!strToDouble(format("123%c456%c234e+1000000", ts, ds), result));
|
||||||
//assert(!strToDouble(0, result, ou)); // strToDouble is resilient to null pointers
|
//assert(!strToDouble(0, result, ou)); // strToDouble is resilient to null pointers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user