Browse Source

Remove unused namespace variable.

pull/1/head
triton 13 years ago
parent
commit
b43887ed90
  1. 2
      src/Parser/Parser.cpp

2
src/Parser/Parser.cpp

@ -432,8 +432,6 @@ CppSharp::FunctionTemplate^ Parser::WalkFunctionTemplate(clang::FunctionTemplate @@ -432,8 +432,6 @@ CppSharp::FunctionTemplate^ Parser::WalkFunctionTemplate(clang::FunctionTemplate
using namespace clang;
using namespace clix;
auto NS = GetNamespace(TD);
auto Function = WalkFunction(TD->getTemplatedDecl(), /*IsDependent=*/true,
/*AddToNamespace=*/false);
CppSharp::FunctionTemplate^ FT = gcnew CppSharp::FunctionTemplate(Function);

Loading…
Cancel
Save