You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2011/02/27 02:36:42 UTC

[lucy-commits] svn commit: r1074971 - /incubator/lucy/trunk/clownfish/lib/Clownfish/Class.pm

Author: marvin
Date: Sun Feb 27 01:36:42 2011
New Revision: 1074971

URL: http://svn.apache.org/viewvc?rev=1074971&view=rev
Log:
Kill off a couple obsolete symbols which were previously overlooked.

Modified:
    incubator/lucy/trunk/clownfish/lib/Clownfish/Class.pm

Modified: incubator/lucy/trunk/clownfish/lib/Clownfish/Class.pm
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/clownfish/lib/Clownfish/Class.pm?rev=1074971&r1=1074970&r2=1074971&view=diff
==============================================================================
--- incubator/lucy/trunk/clownfish/lib/Clownfish/Class.pm (original)
+++ incubator/lucy/trunk/clownfish/lib/Clownfish/Class.pm Sun Feb 27 01:36:42 2011
@@ -30,7 +30,6 @@ use Clownfish::Dumpable;
 use File::Spec::Functions qw( catfile );
 use Scalar::Util qw( reftype );
 
-our %cnick;
 our %attributes;
 our %methods;
 our %overridden;
@@ -52,9 +51,6 @@ my $dumpable = Clownfish::Dumpable->new;
 
 our %registry;
 
-# Testing only.
-sub _zap { delete $registry{ +shift } }
-
 our %fetch_singleton_PARAMS = (
     parcel     => undef,
     class_name => undef,