diff options
| author | Bond-009 <bond.009@outlook.com> | 2021-04-03 02:00:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-03 02:00:03 +0200 |
| commit | 959a09bdb08e2fadcbf0bb15225fca0b2c92e04f (patch) | |
| tree | ec8d38493f9283d5a044b4a552aaeac53c6b6ef8 /MediaBrowser.Model/IO | |
| parent | 8cb3dc8469a27f6be9b1d72e9e5cc6410f0cc9b6 (diff) | |
| parent | a0258618acc66b80e9f5cdd535a31baf12857fb0 (diff) | |
Merge pull request #5676 from Bond-009/useless
Diffstat (limited to 'MediaBrowser.Model/IO')
| -rw-r--r-- | MediaBrowser.Model/IO/IFileSystem.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/MediaBrowser.Model/IO/IFileSystem.cs b/MediaBrowser.Model/IO/IFileSystem.cs index ef08ecec6..e5c26430a 100644 --- a/MediaBrowser.Model/IO/IFileSystem.cs +++ b/MediaBrowser.Model/IO/IFileSystem.cs @@ -118,13 +118,6 @@ namespace MediaBrowser.Model.IO bool ContainsSubPath(string parentPath, string path); /// <summary> - /// Determines whether [is root path] [the specified path]. - /// </summary> - /// <param name="path">The path.</param> - /// <returns><c>true</c> if [is root path] [the specified path]; otherwise, <c>false</c>.</returns> - bool IsRootPath(string path); - - /// <summary> /// Normalizes the path. /// </summary> /// <param name="path">The path.</param> |
