get rid of TRAVIS_JOB_NUMBER so stuff can be cached
[m6w6/travis-pecl] / gen-matrix.php
index e7ded6795d4c4d35e9ac09050c2980a9d21e333f..289209cfc6b716c584e75be3a55e669b95a8795d 100644 (file)
@@ -1,11 +1,6 @@
 <?php
 
 return function() {
-       $process = function($apc, $key, $values = ["no", "yes"]) {
-
-               return $apc;
-       };
-
        foreach (func_get_args() as $array) {
                $apc = [];
                foreach ($array as $key => $values) {