[aur-dev] [PATCH] Delete unused variable
28 Jun
2015
28 Jun
'15
1:37 p.m.
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> --- web/lib/aurjson.class.php | 1 - 1 file changed, 1 deletion(-) 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); -- 2.4.4
3464
Age (days ago)
3464
Last active (days ago)
0 comments
1 participants
participants (1)
-
Johannes Löthberg