[SCM] ci-tooling packaging branch, master, updated. 0772f3c563f80859edeff075a5025b084f42eae7

Harald Sitter apachelogger-guest at moszumanska.debian.org
Tue Apr 28 12:24:59 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=0772f3c

The following commit has been merged in the master branch:
commit 0772f3c563f80859edeff075a5025b084f42eae7
Author: Harald Sitter <sitter at kde.org>
Date:   Tue Apr 28 14:24:56 2015 +0200

    remove unused patternarray helper
---
 lib/ci/pattern.rb | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/lib/ci/pattern.rb b/lib/ci/pattern.rb
index 10f3ac0..83057c2 100644
--- a/lib/ci/pattern.rb
+++ b/lib/ci/pattern.rb
@@ -49,15 +49,6 @@ module CI
   # a reference value.
   class PatternArray < Array
     include PatternFilter
-
-    def self.matches(array, reference)
-      a = PatternArray.new
-      array.each do |v|
-        pattern = Pattern.new(v) unless v.is_a?(Pattern)
-        a << pattern
-      end
-      a.filter(reference).sort
-    end
   end
 
   # A POSIX regex match pattern.

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list