From cdc618a2d01eb423b0c0bce917f32402a97ca567 Mon Sep 17 00:00:00 2001 From: triton Date: Sat, 13 Jul 2013 19:28:18 +0100 Subject: [PATCH] Remove unused attribute. --- src/Generator/Library.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Generator/Library.cs b/src/Generator/Library.cs index 07cfddd8..eca7734f 100644 --- a/src/Generator/Library.cs +++ b/src/Generator/Library.cs @@ -3,15 +3,9 @@ using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text.RegularExpressions; -using CppSharp.Generators; namespace CppSharp { - [AttributeUsage(AttributeTargets.Class)] - public class LibraryTransformAttribute : Attribute - { - } - /// /// Used to massage the library types into something more .NET friendly. ///