From dc0aeaa9030bdac264b44d56d07b6839a1ae94e9 Mon Sep 17 00:00:00 2001 From: detlevschwabe Date: Mon, 27 Jun 2016 22:31:42 -0700 Subject: Adding conditional compiler symbol to support .NET 3.5 (#1713) * Adding condition compiler symbol to support .NET 3.5 --- csharp/src/Google.Protobuf/WellKnownTypes/TimeExtensions.cs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'csharp/src/Google.Protobuf/WellKnownTypes/TimeExtensions.cs') diff --git a/csharp/src/Google.Protobuf/WellKnownTypes/TimeExtensions.cs b/csharp/src/Google.Protobuf/WellKnownTypes/TimeExtensions.cs index dd485d32..8b63d630 100644 --- a/csharp/src/Google.Protobuf/WellKnownTypes/TimeExtensions.cs +++ b/csharp/src/Google.Protobuf/WellKnownTypes/TimeExtensions.cs @@ -31,10 +31,6 @@ #endregion using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace Google.Protobuf.WellKnownTypes { -- cgit v1.2.3