X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FContext.pm;h=062eebd51afc36eb85624411788371b9af0ebd13;hb=07be9e54d8efa10a2858e9e1a95b3b53200562ef;hp=df9a21509dff93ff54d1ad7568c7fb7ca552321a;hpb=0e74c6cd15a19303b9a7fb8f307e4d1e4c1cab6c;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Context.pm b/lib/Catalyst/Context.pm index df9a215..062eebd 100644 --- a/lib/Catalyst/Context.pm +++ b/lib/Catalyst/Context.pm @@ -89,8 +89,6 @@ sub finalize_output { shift->finalize_body(@_) }; # For statistics our $RECURSION = 1000; -our $DETACH = Catalyst::Exception::Detach->new; -our $GO = Catalyst::Exception::Go->new; =head1 METHODS