aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffersLite.Test/SerializableAttribute.cs
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2012-10-14 18:47:48 -0500
committerrogerk <devnull@localhost>2012-10-14 18:47:48 -0500
commit6716432ca60b1ad53b20165d9bc29f853fcf1deb (patch)
treef46d00d19039aa442ca361f46cfc33bf80e09d8f /src/ProtocolBuffersLite.Test/SerializableAttribute.cs
parent0f56b842987dce4699be8a4e9e3cb353497a305a (diff)
downloadprotobuf-6716432ca60b1ad53b20165d9bc29f853fcf1deb.tar.gz
protobuf-6716432ca60b1ad53b20165d9bc29f853fcf1deb.tar.bz2
protobuf-6716432ca60b1ad53b20165d9bc29f853fcf1deb.zip
Last (hopefully) changes to pre-processing directives
Diffstat (limited to 'src/ProtocolBuffersLite.Test/SerializableAttribute.cs')
-rw-r--r--src/ProtocolBuffersLite.Test/SerializableAttribute.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/ProtocolBuffersLite.Test/SerializableAttribute.cs b/src/ProtocolBuffersLite.Test/SerializableAttribute.cs
deleted file mode 100644
index 04fcdcba..00000000
--- a/src/ProtocolBuffersLite.Test/SerializableAttribute.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-#if SILVERLIGHT
-
-namespace System
-{
- [AttributeUsage(AttributeTargets.Class)]
- public class SerializableAttribute : Attribute
- {
- public SerializableAttribute () : base() { }
- }
-}
-
-#endif