[aur-dev] [PATCH] Delete unused variable

Johannes Löthberg johannes at kyriasis.com
Sun Jun 28 13:37:28 UTC 2015


Signed-off-by: Johannes Löthberg <johannes at 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


More information about the aur-dev mailing list