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. ///