From a7e3f9549f192bca5e6533bfaacc4ddbfc02acbb Mon Sep 17 00:00:00 2001 From: kudzu_cp <6d05c8c8ef5431987001abfdb2eadc9593ac9498> Date: Sun, 17 Jul 2011 05:01:35 +0000 Subject: [PATCH] --- .../Cosmos.Compiler.XSharp.csproj | 1 - .../InteruptHandlerAttribute.cs | 12 ------------ 2 files changed, 13 deletions(-) delete mode 100644 source2/Compiler/Cosmos.Compiler.XSharp/InteruptHandlerAttribute.cs diff --git a/source2/Compiler/Cosmos.Compiler.XSharp/Cosmos.Compiler.XSharp.csproj b/source2/Compiler/Cosmos.Compiler.XSharp/Cosmos.Compiler.XSharp.csproj index b705d8fba..c7a12229c 100644 --- a/source2/Compiler/Cosmos.Compiler.XSharp/Cosmos.Compiler.XSharp.csproj +++ b/source2/Compiler/Cosmos.Compiler.XSharp/Cosmos.Compiler.XSharp.csproj @@ -70,7 +70,6 @@ - diff --git a/source2/Compiler/Cosmos.Compiler.XSharp/InteruptHandlerAttribute.cs b/source2/Compiler/Cosmos.Compiler.XSharp/InteruptHandlerAttribute.cs deleted file mode 100644 index d4e6758e8..000000000 --- a/source2/Compiler/Cosmos.Compiler.XSharp/InteruptHandlerAttribute.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace Cosmos.Compiler.XSharp { - - [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)] - public class InteruptHandlerAttribute : Attribute { - } - -}