[Modify] Remove it

This commit is contained in:
sta 2017-07-06 15:39:30 +09:00
parent a98ad15e00
commit ecd9e682e6

View File

@ -854,13 +854,6 @@ namespace WebSocketSharp.Server
return true; return true;
} }
private static string convertToString (System.Net.IPAddress address)
{
return address.AddressFamily == AddressFamily.InterNetworkV6
? String.Format ("[{0}]", address.ToString ())
: address.ToString ();
}
private string createFilePath (string childPath) private string createFilePath (string childPath)
{ {
childPath = childPath.TrimStart ('/', '\\'); childPath = childPath.TrimStart ('/', '\\');