aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/IO/FileRefresher.cs
diff options
context:
space:
mode:
authorStepan Goremykin <goremukin@gmail.com>2023-10-07 23:41:45 +0200
committerStepan Goremykin <goremukin@gmail.com>2023-10-07 23:41:45 +0200
commita3d3ec7e0b5bf3faed0a657196efe7012af5ae38 (patch)
tree8b65c12798af29c6200d104d98ef579cec048b55 /Emby.Server.Implementations/IO/FileRefresher.cs
parent1141883f7734126aefc1d33172261a278c3ada84 (diff)
Remove redundant SuppressFinalize call
Diffstat (limited to 'Emby.Server.Implementations/IO/FileRefresher.cs')
-rw-r--r--Emby.Server.Implementations/IO/FileRefresher.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/IO/FileRefresher.cs b/Emby.Server.Implementations/IO/FileRefresher.cs
index 15b1836eb..e75cab64c 100644
--- a/Emby.Server.Implementations/IO/FileRefresher.cs
+++ b/Emby.Server.Implementations/IO/FileRefresher.cs
@@ -210,7 +210,6 @@ namespace Emby.Server.Implementations.IO
DisposeTimer();
_disposed = true;
- GC.SuppressFinalize(this);
}
}
}