Browse Source

Remove an unused constructor.

pull/137/merge
triton 12 years ago
parent
commit
24b81c3a35
  1. 4
      src/Generator/Passes/CleanInvalidDeclNamesPass.cs

4
src/Generator/Passes/CleanInvalidDeclNamesPass.cs

@ -8,10 +8,6 @@ namespace CppSharp.Passes
{ {
private int uniqueName; private int uniqueName;
public CleanInvalidDeclNamesPass()
{
}
string CheckName(string name) string CheckName(string name)
{ {
// Generate a new name if the decl still does not have a name // Generate a new name if the decl still does not have a name

Loading…
Cancel
Save