Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 7f7e67e

Browse files
committed
remove leftover cruft
1 parent fc3e7f2 commit 7f7e67e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/ServiceStack.Text.Tests/DictionaryTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ public void deserizes_floats_into_to_best_fit_floating_point()
299299
{
300300
JsConfig.TryToParsePrimitiveTypeValues = true;
301301
JsConfig.TryToParseNumericType = true;
302-
var decimalFmt = "n50";
303302

304303
float floatValue = 1.1f;
305304
//TODO find a number that doesn't suck which throws in float.Parse() but not double.Parse()

0 commit comments

Comments
 (0)