Browse Source

removed unused usings

These were leftover from a previous approach using an ImmutableHashSet
pull/1305/head
Chris Johnston 6 years ago
parent
commit
d93f7336b4
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/Discord.Net.Core/Utils/TokenUtils.cs

+ 0
- 2
src/Discord.Net.Core/Utils/TokenUtils.cs View File

@@ -1,6 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Text; using System.Text;


namespace Discord namespace Discord


Loading…
Cancel
Save