summaryrefslogtreecommitdiffstats
path: root/class/Parser.php
diff options
context:
space:
mode:
Diffstat (limited to 'class/Parser.php')
-rw-r--r--class/Parser.php5
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;