Some refactoring of code. and some cleanups

This commit is contained in:
hondacrx
2019-09-21 12:11:16 -04:00
parent 7c405230cc
commit 35c06c09fd
214 changed files with 1235 additions and 1341 deletions
@@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using Framework.Collections;
namespace Framework.Algorithms
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Text;
using Framework.Collections;
namespace Framework.Algorithms
@@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Framework.Collections
{
@@ -16,7 +16,6 @@
*/
using System.Collections.Generic;
using System.Linq;
using System.Threading;
namespace Framework.Networking
-1
View File
@@ -16,7 +16,6 @@
*/
using Framework.Constants;
using Framework.Cryptography;
using Framework.Database;
using Framework.Rest;
using Framework.Serialization;
@@ -36,7 +36,6 @@ using System;
using System.Diagnostics;
using dtPolyRef = System.UInt64;
using dtStatus = System.UInt32;
using System.Linq;
// Define DT_VIRTUAL_QUERYFILTER if you wish to derive a custom filter from dtQueryFilter.
// On certain platforms indirect or virtual function call is expensive. The default
-2
View File
@@ -15,13 +15,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using Framework.IO;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Numerics;
using System.Reflection;
using System.Reflection.Emit;
using System.Runtime.InteropServices;
using System.Text;
using System.Text.RegularExpressions;