mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
7fbf5a82f3
commit
838639056a
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue