Skip to content

Commit

Permalink
QA: Fixing #5841 - Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Oct 3, 2024
1 parent 20e8a73 commit 6972688
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/boost.php
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,6 @@ function boost_process_poller_output($local_data_id, $rrdtool_pipe = '') {
}

$query_string = '';
$query_string_suffix = 'ORDER BY local_data_id ASC, timestamp ASC, rrd_name ASC';
$sql_params = array();
$locks = false;
$temp_table = false;
Expand Down

0 comments on commit 6972688

Please sign in to comment.