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=2aa6b1105c61dea9d246420fef1f2980932d1d8f;hp=ba8568ae8441169c734dd099afa6c65316f606db;hb=d2c88741623b277f5420ae2fe75b8a830a4902ee;hpb=14d2fa6a7c8d5033bcec01095abe5f95610e91db diff --git a/lib/Catalyst/Engine.pm b/lib/Catalyst/Engine.pm index ba8568a..2aa6b11 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