mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-29 22:41:54 +01:00
Remove obsolete functions
This commit is contained in:
@@ -3380,26 +3380,6 @@ namespace SharpCifs.Smb
|
||||
SetAttributes(GetAttributes() & ~AttrReadonly);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns a
|
||||
/// <see cref="System.Uri">System.Uri</see>
|
||||
/// for this <code>SmbFile</code>. The
|
||||
/// <code>URL</code> may be used as any other <code>URL</code> might to
|
||||
/// access an SMB resource. Currently only retrieving data and information
|
||||
/// is supported (i.e. no <tt>doOutput</tt>).
|
||||
/// </summary>
|
||||
/// <returns>
|
||||
/// A new <code>
|
||||
/// <see cref="System.Uri">System.Uri</see>
|
||||
/// </code> for this <code>SmbFile</code>
|
||||
/// </returns>
|
||||
/// <exception cref="System.UriFormatException">System.UriFormatException</exception>
|
||||
[Obsolete(@"Use getURL() instead")]
|
||||
public virtual Uri ToUrl()
|
||||
{
|
||||
return Url;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Computes a hashCode for this file based on the URL string and IP
|
||||
/// address if the server.
|
||||
|
||||
Reference in New Issue
Block a user