diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-28 15:37:28 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2015-06-28 23:23:47 +0200 |
commit | 15fe99402ff4e9f3275f367e823d0f8edcd8b9a5 (patch) | |
tree | 6aacb88beb7cf416dda9bad4988a3a05d62d1f66 /web/lib | |
parent | c89bf51af26003d01fb73eece3899c2b6e97e7bd (diff) | |
download | aurweb-15fe99402ff4e9f3275f367e823d0f8edcd8b9a5.tar.xz |
Delete unused variable
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
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); |