Browse Source

Remove not used variable.

pull/420/head
Andrius Bentkus 11 years ago
parent
commit
5102fb55d7
  1. 3
      src/Generator.Tests/AST/TestAST.cs

3
src/Generator.Tests/AST/TestAST.cs

@ -9,8 +9,6 @@ namespace CppSharp.Generator.Tests.AST @@ -9,8 +9,6 @@ namespace CppSharp.Generator.Tests.AST
[TestFixture]
public class TestAST : ASTTestFixture
{
private PassBuilder<TranslationUnitPass> passBuilder;
[TestFixtureSetUp]
public void Init()
{
@ -20,7 +18,6 @@ namespace CppSharp.Generator.Tests.AST @@ -20,7 +18,6 @@ namespace CppSharp.Generator.Tests.AST
public void Setup()
{
ParseLibrary("AST.h", "ASTExtensions.h");
passBuilder = new PassBuilder<TranslationUnitPass>(Driver);
}
[Test]

Loading…
Cancel
Save