diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-07-26 19:42:50 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-07-26 19:42:50 +0200 |
commit | 3d3d24cf08a15f7d7043ba773f732b39e1883210 (patch) | |
tree | 9d862eaf54064410023787b9845b1db044ca86c7 | |
parent | 64fb7ac1ff4fffe6c29e8eaa38967acc454a18ae (diff) |
clean unused
-rw-r--r-- | class/Parser.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/class/Parser.php b/class/Parser.php index fff7fb0..31a000a 100644 --- a/class/Parser.php +++ b/class/Parser.php @@ -299,11 +299,6 @@ class Parser $primary = self::readMetadata($rpmrepo, $row); if ($primary) { - $crit = array( - 'repo_main' => $row['main'], - 'repo_sub' => $row['sub'] - ); - foreach ($primary->package as $package) { if ($package->attributes()=='rpm') { $srpm = false; |