From db11368d269b57e1e51ff4393cb1a7361f4b3cda Mon Sep 17 00:00:00 2001 From: Henk Mollema Date: Sat, 2 Jan 2016 10:41:52 +0100 Subject: [PATCH] Remove StandardsPoliceCompileModule usage Just a test - this seems to fix the build --- .../compiler/preprocess/SPCM.cs | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/Microsoft.AspNet.Server.Kestrel/compiler/preprocess/SPCM.cs diff --git a/src/Microsoft.AspNet.Server.Kestrel/compiler/preprocess/SPCM.cs b/src/Microsoft.AspNet.Server.Kestrel/compiler/preprocess/SPCM.cs deleted file mode 100644 index df92e585fc..0000000000 --- a/src/Microsoft.AspNet.Server.Kestrel/compiler/preprocess/SPCM.cs +++ /dev/null @@ -1,6 +0,0 @@ -namespace Microsoft.AspNet.Server.Kestrel -{ - public class StandardsPoliceCompileModule : Microsoft.StandardsPolice.StandardsPoliceCompileModule - { - } -}