Browse Source

Cleaned up some unused usings.

pull/144/merge
triton 12 years ago
parent
commit
0c12ef9bd5
  1. 4
      src/Generator/Driver.cs
  2. 3
      src/Generator/Passes/FunctionToStaticMethodPass.cs
  3. 1
      tests/CSharpTemp/CSharpTemp.Tests.cs

4
src/Generator/Driver.cs

@ -1,5 +1,7 @@ @@ -1,5 +1,7 @@
using System;
using System.CodeDom.Compiler;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
@ -9,8 +11,6 @@ using CppSharp.Generators.CLI; @@ -9,8 +11,6 @@ using CppSharp.Generators.CLI;
using CppSharp.Generators.CSharp;
using CppSharp.Passes;
using CppSharp.Types;
using System.Collections.Generic;
using System.IO;
using Microsoft.CSharp;
#if !OLD_PARSER

3
src/Generator/Passes/FunctionToStaticMethodPass.cs

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
using System;
using CppSharp.AST;
using CppSharp.AST;
namespace CppSharp.Passes
{

1
tests/CSharpTemp/CSharpTemp.Tests.cs

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
using System;
using System.Linq;
using System.Reflection;
using CSharpTemp;
using NUnit.Framework;

Loading…
Cancel
Save