Remove a workaround for C3 warnings that are now fixed in Class::C3 itself.
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index 4255eec..691fff6 100644 (file)
@@ -1,9 +1,5 @@
 package Catalyst;
 
-# we don't need really need this, but if we load it before MRO::Compat gets
-# loaded (via Moose and Class::MOP), we can avoid some nasty warnings
-use Class::C3;
-
 use Moose;
 extends 'Catalyst::Component';
 use bytes;