aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffersLite.Test/TestLiteByApi.cs
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2010-12-14 20:41:54 +0000
committerJon Skeet <skeet@pobox.com>2010-12-14 20:41:54 +0000
commitec79ca13415cc921feb9151efa88e7691da45c1e (patch)
tree45a6e6ccd2a6870051d2463c35405f40530ce8ac /src/ProtocolBuffersLite.Test/TestLiteByApi.cs
parentf82a09da05e0650a1d532f42567686d4ba5a6106 (diff)
downloadprotobuf-ec79ca13415cc921feb9151efa88e7691da45c1e.tar.gz
protobuf-ec79ca13415cc921feb9151efa88e7691da45c1e.tar.bz2
protobuf-ec79ca13415cc921feb9151efa88e7691da45c1e.zip
Fixed build for lite runtime
Diffstat (limited to 'src/ProtocolBuffersLite.Test/TestLiteByApi.cs')
-rw-r--r--src/ProtocolBuffersLite.Test/TestLiteByApi.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ProtocolBuffersLite.Test/TestLiteByApi.cs b/src/ProtocolBuffersLite.Test/TestLiteByApi.cs
index dfa32221..f3d8fd50 100644
--- a/src/ProtocolBuffersLite.Test/TestLiteByApi.cs
+++ b/src/ProtocolBuffersLite.Test/TestLiteByApi.cs
@@ -32,9 +32,6 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#endregion
-using System;
-using System.Collections.Generic;
-using Google.ProtocolBuffers;
using Google.ProtocolBuffers.TestProtos;
using NUnit.Framework;