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

Commit 05d66b4

Browse files
author
Zaczero
committed
Removed unused code
1 parent ab5bee8 commit 05d66b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

SharpLoader/Core/SourceRandomizer.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ public void Randomize(ref string source)
8383

8484
public string GetRandomString(int length)
8585
{
86-
//const string source = "qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM";
87-
8886
var rndStrSb = new StringBuilder(length);
8987

9088
for (var i = 0; i < length; i++)

0 commit comments

Comments
 (0)