Remove these weird useless comments
[gitmo/Moose.git] / lib / Moose / Meta / Role.pm
index 4d47f0a..28ea3cf 100644 (file)
@@ -608,12 +608,6 @@ sub consumers {
         return $role->create($package_name, %options);
     }
 
-    # NOTE:
-    # this will only get called for
-    # anon-roles, 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;