diff --git a/lib/HTTP/Server/Simple.pm6 b/lib/HTTP/Server/Simple.pm6 index 9889bdc..9233167 100644 --- a/lib/HTTP/Server/Simple.pm6 +++ b/lib/HTTP/Server/Simple.pm6 @@ -21,7 +21,6 @@ role HTTP::Server::Simple { } method new ( $port=8080 ) { - my %methods = self.^methods Z 1..*; # convert list to hash pairs self.bless( self.CREATE(), # self might also be a subclass port => $port, host => self.lookup_localhost,