From 5edb0433c9185e8998f4271d4b024ee375e114c6 Mon Sep 17 00:00:00 2001 From: triton Date: Fri, 5 Apr 2013 03:21:35 +0100 Subject: [PATCH] Remove not needed namespace using. --- src/Generator/Generators/CLI/CLITypePrinter.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Generator/Generators/CLI/CLITypePrinter.cs b/src/Generator/Generators/CLI/CLITypePrinter.cs index 894f9032..ad1a2292 100644 --- a/src/Generator/Generators/CLI/CLITypePrinter.cs +++ b/src/Generator/Generators/CLI/CLITypePrinter.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Linq; using Cxxi.Types; namespace Cxxi.Generators.CLI