Skip to content
This repository was archived by the owner on Oct 5, 2019. It is now read-only.

Commit 391a201

Browse files
author
Zaczero
committed
Code cleanup
1 parent 9c24df0 commit 391a201

File tree

4 files changed

+2
-9
lines changed

4 files changed

+2
-9
lines changed

SharpLoader/Core/SourceRandomizer.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System;
22
using System.Collections.Generic;
3-
using System.Diagnostics;
43
using System.Globalization;
54
using System.Linq;
65
using System.Text;
@@ -968,7 +967,7 @@ private void Proxy(ref string str)
968967
throw new Exception("close tag not found");
969968
}
970969

971-
var argNamespace = string.Empty;
970+
string argNamespace;
972971

973972
// Are arguments given?
974973
if (tagLength > 7)

SharpLoader/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System;
22
using System.Collections.Generic;
33
using System.Diagnostics;
4-
using System.Globalization;
54
using System.IO;
65
using System.Linq;
76
using System.Security.Cryptography;

SharpLoader/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
32
using System.Runtime.InteropServices;
43

54
// General Information about an assembly is controlled through the following

SharpLoader/WinApi.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Runtime.InteropServices;
1+
using System.Runtime.InteropServices;
52
using System.Text;
6-
using System.Threading.Tasks;
73

84
namespace SharpLoader
95
{

0 commit comments

Comments
 (0)