From d2e8d6ede1fe4e148c808a14fdd0e4821a5590e5 Mon Sep 17 00:00:00 2001 From: Joao Matos Date: Sun, 14 Apr 2019 17:16:51 +0100 Subject: [PATCH] Remove unused using declarations in `CLI/Generator.cs`. --- src/CLI/Generator.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/CLI/Generator.cs b/src/CLI/Generator.cs index 8132bb49..31b8c2d4 100644 --- a/src/CLI/Generator.cs +++ b/src/CLI/Generator.cs @@ -4,11 +4,9 @@ using CppSharp.Parser; using CppSharp.Passes; using System; using System.Collections.Generic; -using System.Diagnostics; using System.IO; using System.Linq; using System.Text; -using System.Text.RegularExpressions; using CppAbi = CppSharp.Parser.AST.CppAbi; namespace CppSharp