You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2013/06/09 01:35:31 UTC

svn commit: r1491098 - /buildr/trunk/lib/buildr/core/compile.rb

Author: donaldp
Date: Sat Jun  8 23:35:31 2013
New Revision: 1491098

URL: http://svn.apache.org/r1491098
Log:
Remove unused variable

Modified:
    buildr/trunk/lib/buildr/core/compile.rb

Modified: buildr/trunk/lib/buildr/core/compile.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/lib/buildr/core/compile.rb?rev=1491098&r1=1491097&r2=1491098&view=diff
==============================================================================
--- buildr/trunk/lib/buildr/core/compile.rb (original)
+++ buildr/trunk/lib/buildr/core/compile.rb Sat Jun  8 23:35:31 2013
@@ -86,7 +86,6 @@ module Buildr #:nodoc:
         def applies_to?(project, task)
           paths = task.sources + [sources].flatten.map { |src| Array(project.path_to(:source, task.usage, src.to_sym)) }
           paths.flatten!
-          ext_glob = Array(source_ext).join(',')
 
           paths.each { |path|
             Find.find(path) {|found|