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