$GO and $DETACH should go back to Catalyst (t/aggregate/live_component_controller_act...
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Context.pm
index df9a215..062eebd 100644 (file)
@@ -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