Remove these weird useless comments
[gitmo/Moose.git] / lib / Class / MOP / Class.pm
index 2600559..8a97606 100644 (file)
@@ -437,12 +437,6 @@ sub _remove_generated_metaobjects {
         return $class->create($package_name, %options);
     }
 
-    # NOTE:
-    # this will only get called for
-    # anon-classes, all other calls
-    # are assumed to occur during
-    # global destruction and so don't
-    # really need to be handled explicitly
     sub DESTROY {
         my $self = shift;