Changeset 1424

Show
Ignore:
Timestamp:
02/28/08 21:51:54 (16 months ago)
Author:
mpaschal
Message:

Remove unused lines
BugzID: 66845

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-30/lib/MT/Builder.pm

    r1372 r1424  
    276276} 
    277277 
    278 my $count=0; 
    279278sub build { 
    280279    my $build = shift; 
    281280    my($ctx, $tokens, $cond) = @_; 
    282  
    283     #print STDERR syntree2str($tokens,0) unless $count++ == 1; 
    284281 
    285282    my $timer;