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

Loading…
Cancel
Save