The response no longer needs the context
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Response.pm
index 185dc99..68ab474 100644 (file)
@@ -43,11 +43,6 @@ has headers   => (
   required => 1,
   lazy => 1,
 );
-has _context => (
-  is => 'rw',
-  weak_ref => 1,
-  clearer => '_clear_context',
-);
 
 sub output { shift->body(@_) }