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

Commit 73ad03c

Browse files
committed
Removed unused class
Also fixes MonoTouch build
1 parent afacff8 commit 73ad03c

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

tests/ServiceStack.Text.Tests/QueryStringSerializerTests.cs

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -116,15 +116,7 @@ public void Deos_serialize_QueryStrings()
116116
"[AA,BB,CC]"));
117117
}
118118

119-
public class TestService : ServiceInterface.Service
120-
{
121-
public object Get(TestPocos request)
122-
{
123-
return "OK";
124-
}
125-
}
126-
127-
public class TestPocos
119+
public class TestPocos
128120
{
129121
public List<A> ListOfA { get; set; }
130122
}

0 commit comments

Comments
 (0)