Removed some unused classes, minor cleanup. Added rider anotations to stop some annoying code suggestions

This commit is contained in:
Kwoth
2021-12-25 02:53:00 +01:00
parent 26ee6ce4d3
commit 77bbc5ef7a
10 changed files with 10 additions and 111 deletions

View File

@@ -28,7 +28,6 @@ public partial class Administration
if (input.Length % 2 != 0)
return;
var grp = 0;
var results = input
.Chunk(input.Length / 2)
.Select(async x =>