Removed duplicate 'using' statement.

This commit is contained in:
Diva Canto
2013-02-27 21:12:27 -08:00
parent bb44758179
commit 3cc3a8e5bf

View File

@@ -29,7 +29,6 @@ using System;
using System.Reflection;
using System.Collections;
using System.Collections.Generic;
using System.Reflection;
using System.Runtime.Remoting.Lifetime;
using System.Threading;
using log4net;