Skip to content

Commit d2e8d6e

Browse files
committed
Remove unused using declarations in CLI/Generator.cs.
1 parent c6afb4d commit d2e8d6e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/CLI/Generator.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@
44
using CppSharp.Passes;
55
using System;
66
using System.Collections.Generic;
7-
using System.Diagnostics;
87
using System.IO;
98
using System.Linq;
109
using System.Text;
11-
using System.Text.RegularExpressions;
1210
using CppAbi = CppSharp.Parser.AST.CppAbi;
1311

1412
namespace CppSharp

0 commit comments

Comments
 (0)