diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-28 15:34:57 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-29 14:11:08 +0200 |
commit | caf57b782e78ef0c8c4f4394bbdcd03e32028a9b (patch) | |
tree | 34bc4e29fdf1063c15e4431c0122bef5469f7882 /web/lib | |
parent | feeda37bb754a57c480fdd58d68701d7853928f6 (diff) | |
download | aurweb-unused-var.tar.xz |
Delete unused variableunused-var
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'web/lib')
-rw-r--r-- | web/lib/aurjson.class.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/lib/aurjson.class.php b/web/lib/aurjson.class.php index 7b77da4..2ba92b7 100644 --- a/web/lib/aurjson.class.php +++ b/web/lib/aurjson.class.php @@ -201,7 +201,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); |