Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
Remove unused attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao committed Jul 13, 2013
1 parent acc5885 commit cdc618a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Generator/Library.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,9 @@
using System.Globalization;
using System.Linq;
using System.Text.RegularExpressions;
using CppSharp.Generators;

namespace CppSharp
{
[AttributeUsage(AttributeTargets.Class)]
public class LibraryTransformAttribute : Attribute
{
}

/// <summary>
/// Used to massage the library types into something more .NET friendly.
/// </summary>
Expand Down

0 comments on commit cdc618a

Please sign in to comment.