diff --git a/html/pages/pollers/pollers.inc.php b/html/pages/pollers/pollers.inc.php
index 7104bf3655..5b83a728b4 100644
--- a/html/pages/pollers/pollers.inc.php
+++ b/html/pages/pollers/pollers.inc.php
@@ -121,13 +121,6 @@ if (count($rows) !== 0) {
$first_row = true;
foreach ($stat_row as $stats) {
- $health_query = 'SELECT * FROM `poller_cluster_queue_health` WHERE `parent_poller`=' . $poller['id'] . ' AND `poller_type`="' . $stats['poller_type'] . '";';
-
- $pending = "";
- foreach (dbFetchRows($health_query) as $health) {
- $pending .= 'Group ' . $health['poller_group'] . ': ' . $health['depth'] . '
';
- }
-
// Emit the row container
echo '