X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FEngine.pm;h=c5aacadd7cd1eec1f819f05904af1ab57d464fc5;hp=a84bddac2c4ca7b3e133e13b9a3d92bc595b0bc5;hb=817ed8ab62b7b59cc37e82d67aa45824211f75f6;hpb=41bf18c572895adbf3ef300b6e54c1d5c1f096a5 diff --git a/lib/Catalyst/Engine.pm b/lib/Catalyst/Engine.pm index a84bdda..c5aacad 100644 --- a/lib/Catalyst/Engine.pm +++ b/lib/Catalyst/Engine.pm @@ -22,12 +22,6 @@ use namespace::clean -except => 'meta'; # Amount of data to read from input on each pass our $CHUNKSIZE = 64 * 1024; -# XXX - Only here for Engine::PSGI compat -sub prepare_connection { - my ($self, $ctx) = @_; - $ctx->request->prepare_connection; -} - =head1 NAME Catalyst::Engine - The Catalyst Engine