From: Jarl Gullberg Date: Mon, 29 May 2017 17:00:12 +0000 (+0200) Subject: Removed unused using statement. X-Git-Tag: v3.0.0~109^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=19995fdc2e3aa724872240763f643726a0e1bc1b;p=platform%2Fcore%2Fcsapi%2Fopentk.git Removed unused using statement. --- diff --git a/src/Generator.Rewrite/Program.cs b/src/Generator.Rewrite/Program.cs index 48e7a2f..01fa54d 100644 --- a/src/Generator.Rewrite/Program.cs +++ b/src/Generator.Rewrite/Program.cs @@ -18,7 +18,6 @@ using System; using System.Collections.Generic; using System.IO; using System.Linq; -using System.Text; using Mono.Cecil; using Mono.Cecil.Cil;