remove unused variable
This commit is contained in:
@@ -225,8 +225,6 @@ public class ApiServer : IApiServer
|
||||
|
||||
public virtual void RegisterHandler(Delegate handler, ApiMessageHandlerAttribute attribute, bool throwOnError)
|
||||
{
|
||||
var method = handler.Method;
|
||||
|
||||
// Resolves parameters
|
||||
var url = attribute.Route;
|
||||
var useRegEx = false;
|
||||
|
||||
Reference in New Issue
Block a user