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)
|
public virtual void RegisterHandler(Delegate handler, ApiMessageHandlerAttribute attribute, bool throwOnError)
|
||||||
{
|
{
|
||||||
var method = handler.Method;
|
|
||||||
|
|
||||||
// Resolves parameters
|
// Resolves parameters
|
||||||
var url = attribute.Route;
|
var url = attribute.Route;
|
||||||
var useRegEx = false;
|
var useRegEx = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user