Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Commit

Permalink
Remove zombie comment
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbooth committed Mar 19, 2022
1 parent 1cf9f39 commit dcbb090
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions BrackeysBot/Plugins/SimplePluginManager.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.IO;
Expand Down Expand Up @@ -31,8 +31,6 @@ internal sealed class SimplePluginManager : IPluginManager
{
private readonly Dictionary<IPlugin, List<string>> _commands = new();
private readonly Dictionary<IPlugin, bool> _loadedPlugins = new();

// private readonly Dictionary<IPlugin, bool> _loadedPlugins = new();
private readonly Stack<string> _pluginLoadStack = new();

/// <summary>
Expand Down

0 comments on commit dcbb090

Please sign in to comment.