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/01/13 23:49:59 UTC

[lucy-commits] svn commit: r1058772 - /incubator/lucy/trunk/perl/lib/Lucy/Index/SortCache.pm

Author: marvin
Date: Thu Jan 13 22:49:59 2011
New Revision: 1058772

URL: http://svn.apache.org/viewvc?rev=1058772&view=rev
Log:
Kill off unused XS binding for SortCache constructor.

Modified:
    incubator/lucy/trunk/perl/lib/Lucy/Index/SortCache.pm

Modified: incubator/lucy/trunk/perl/lib/Lucy/Index/SortCache.pm
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/lib/Lucy/Index/SortCache.pm?rev=1058772&r1=1058771&r2=1058772&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/lib/Lucy/Index/SortCache.pm (original)
+++ incubator/lucy/trunk/perl/lib/Lucy/Index/SortCache.pm Thu Jan 13 22:49:59 2011
@@ -57,7 +57,6 @@ Clownfish::Binding::Perl::Class->registe
     parcel            => "Lucy",
     class_name        => "Lucy::Index::SortCache",
     xs_code           => $xs_code,
-    bind_constructors => ["new"],
     bind_methods      => [qw( Ordinal Find )],
 );