Delete unused variable

Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
Johannes Löthberg 2015-06-28 15:37:28 +02:00 committed by Lukas Fleischer
parent 7fbf5a82f3
commit 838639056a

View file

@ -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);