You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jo...@apache.org on 2014/03/20 04:28:35 UTC

svn commit: r1579524 - /thrift/cms-site/trunk/lib/view.pm

Author: joes
Date: Thu Mar 20 03:28:35 2014
New Revision: 1579524

URL: http://svn.apache.org/r1579524
Log:
bogus

Modified:
    thrift/cms-site/trunk/lib/view.pm

Modified: thrift/cms-site/trunk/lib/view.pm
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/lib/view.pm?rev=1579524&r1=1579523&r2=1579524&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/view.pm (original)
+++ thrift/cms-site/trunk/lib/view.pm Thu Mar 20 03:28:35 2014
@@ -9,7 +9,6 @@ use warnings;
 sub thrift_preprocessor {
     my %args = @_;
     my $file = "content$args{path}";
-    return @{$args{memo}->{$file}} if exists $args{memo} and exists $args{memo}->{$file};
     read_text_file $file, \%args;
     delete $args{header};