From 24ad418868f228899763a2331b5326833e4e095b Mon Sep 17 00:00:00 2001 From: triton Date: Thu, 7 Mar 2013 19:48:37 +0000 Subject: [PATCH] Remove unused using. --- src/Generator/Types/CppTypePrinter.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Generator/Types/CppTypePrinter.cs b/src/Generator/Types/CppTypePrinter.cs index d63879f7..a3b2ca29 100644 --- a/src/Generator/Types/CppTypePrinter.cs +++ b/src/Generator/Types/CppTypePrinter.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Diagnostics; namespace Cxxi.Types {