diff --git a/source/nostril/server.d b/source/nostril/server.d index 2834554..43698ab 100644 --- a/source/nostril/server.d +++ b/source/nostril/server.d @@ -76,17 +76,6 @@ public class Server runApplication(); } - - - public static Server createServer() - { - Server newServer; - - - - return newServer; - } - /** * Handles an incoming websocket connection *