refactor: remove unused linux stuff

This commit is contained in:
goaaats 2021-10-29 21:36:44 +02:00
parent 64ecdb58fd
commit a83b39f60b
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -17,8 +17,6 @@ namespace Dalamud.Hooking.Internal
internal class HookManager : IDisposable
{
private static readonly ModuleLog Log = new("HM");
private static bool checkLinuxOnce = true;
private static bool isRunningLinux = false;
/// <summary>
/// Initializes a new instance of the <see cref="HookManager"/> class.