Browse Source

Remove useless default constructor from SortDeclarationsPass.

pull/169/head
triton 12 years ago
parent
commit
44e354d680
  1. 5
      src/Generator/Passes/SortDeclarationsPass.cs

5
src/Generator/Passes/SortDeclarationsPass.cs

@ -5,11 +5,6 @@ namespace CppSharp.Passes @@ -5,11 +5,6 @@ namespace CppSharp.Passes
{
class SortDeclarationsPass : TranslationUnitPass
{
public SortDeclarationsPass()
{
}
private static void SortDeclarations(Namespace @namespace)
{
@namespace.Classes.Sort((c, c1) =>

Loading…
Cancel
Save