aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/PathExtensions.cs
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2021-04-17 11:37:55 +0100
committerBaronGreenback <jimcartlidge@yahoo.co.uk>2021-04-17 11:37:55 +0100
commitbc1cc2d04ae0e823becf59964e5bdc5a74ae7741 (patch)
treed97694ca31bf52da2fc261259693e8b1c090fcc4 /Emby.Server.Implementations/Library/PathExtensions.cs
parentb63f615fd4f92f40394d04c9ae764b35aadc000d (diff)
Remove unused using directives
Diffstat (limited to 'Emby.Server.Implementations/Library/PathExtensions.cs')
-rw-r--r--Emby.Server.Implementations/Library/PathExtensions.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/Library/PathExtensions.cs b/Emby.Server.Implementations/Library/PathExtensions.cs
index 6eaecff0f..770cf6bb0 100644
--- a/Emby.Server.Implementations/Library/PathExtensions.cs
+++ b/Emby.Server.Implementations/Library/PathExtensions.cs
@@ -2,8 +2,6 @@
using System;
using System.Diagnostics.CodeAnalysis;
-using System.IO;
-using System.Text.RegularExpressions;
using MediaBrowser.Common.Providers;
namespace Emby.Server.Implementations.Library