Browse Source

Remove unused TypeMapDatabase variable in type printer.

pull/1/head
triton 12 years ago
parent
commit
f0e5329e5f
  1. 3
      src/Generator/Types/CppTypePrinter.cs

3
src/Generator/Types/CppTypePrinter.cs

@ -5,11 +5,8 @@ namespace Cxxi.Types @@ -5,11 +5,8 @@ namespace Cxxi.Types
{
public class CppTypePrinter : ITypePrinter, IDeclVisitor<string>
{
private readonly ITypeMapDatabase TypeMapDatabase;
public CppTypePrinter(ITypeMapDatabase database)
{
TypeMapDatabase = database;
}
public string VisitTagType(TagType tag, TypeQualifiers quals)

Loading…
Cancel
Save