null method is already checked at low level, remove optional status 500 message

This commit is contained in:
UbitUmarov
2020-04-25 13:45:45 +01:00
parent 288dffcda1
commit eae9928961
3 changed files with 1 additions and 54 deletions

View File

@@ -149,7 +149,5 @@ namespace OpenSim.Framework.Servers.HttpServer
void RemoveJsonRPCHandler(string method);
string GetHTTP404(string host);
string GetHTTP500();
}
}