From 28b28d74203d6588ae70e1e998c5c656b46dd0eb Mon Sep 17 00:00:00 2001 From: Joao Matos Date: Sat, 4 Feb 2017 12:51:07 +0000 Subject: [PATCH] Remove unused using. --- src/AST/ASTVisitor.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/AST/ASTVisitor.cs b/src/AST/ASTVisitor.cs index 68f9c9d5..c6082653 100644 --- a/src/AST/ASTVisitor.cs +++ b/src/AST/ASTVisitor.cs @@ -1,5 +1,4 @@ -using System; -using System.Collections.Generic; +using System.Collections.Generic; namespace CppSharp.AST {