summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-06-28 15:37:28 +0200
committerLukas Fleischer <lfleischer@archlinux.org>2015-08-08 12:59:23 +0200
commit838639056a6d007224ec0a84e9845a541ab4662e (patch)
tree59cdba732e226600425c5bcd13460ffaa96ba1dd
parent7fbf5a82f384b9d989bf8fefe374799c6353be72 (diff)
downloadaurweb-838639056a6d007224ec0a84e9845a541ab4662e.tar.xz
Delete unused variable
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
-rw-r--r--web/lib/aurjson.class.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/lib/aurjson.class.php b/web/lib/aurjson.class.php
index debffc4..5a8154a 100644
--- a/web/lib/aurjson.class.php
+++ b/web/lib/aurjson.class.php
@@ -204,7 +204,6 @@ class AurJSON {
private function process_query($type, $where_condition) {
$max_results = config_get_int('options', 'max_rpc_results');
- $package_url = config_get('options', 'package_url');
if ($this->version == 1) {
$fields = implode(',', self::$fields_v1);