Browse Source

remove unnecessary usings

pull/2261/head
Cenngo 3 years ago
parent
commit
8d674fe4fa
2 changed files with 0 additions and 4 deletions
  1. +0
    -1
      src/Discord.Net.Core/RequestOptions.cs
  2. +0
    -3
      src/Discord.Net.Rest/Net/Queue/Requests/RestRequest.cs

+ 0
- 1
src/Discord.Net.Core/RequestOptions.cs View File

@@ -70,7 +70,6 @@ namespace Discord
internal bool IsClientBucket { get; set; } internal bool IsClientBucket { get; set; }
internal bool IsReactionBucket { get; set; } internal bool IsReactionBucket { get; set; }
internal bool IsGatewayBucket { get; set; } internal bool IsGatewayBucket { get; set; }

internal IDictionary<string, IEnumerable<string?>> RequestHeaders { get; } internal IDictionary<string, IEnumerable<string?>> RequestHeaders { get; }


internal static RequestOptions CreateOrClone(RequestOptions options) internal static RequestOptions CreateOrClone(RequestOptions options)


+ 0
- 3
src/Discord.Net.Rest/Net/Queue/Requests/RestRequest.cs View File

@@ -1,8 +1,5 @@
using Discord.Net.Rest; using Discord.Net.Rest;
using System; using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.IO; using System.IO;
using System.Threading.Tasks; using System.Threading.Tasks;




Loading…
Cancel
Save