Remove useless 'using'

This commit is contained in:
de4dot 2012-02-06 15:52:19 +01:00
parent 0d6542e383
commit b39725f12f

View File

@ -20,7 +20,6 @@
using System.Collections.Generic;
using Mono.Cecil;
using Mono.MyStuff;
using de4dot.blocks.cflow;
namespace de4dot.code.deobfuscators.CodeVeil.v3_v4 {
public class DeobfuscatorInfo : DeobfuscatorInfoBase {