From 17ea79bb4eedfa17fcd7df27d3d1786d2eec0243 Mon Sep 17 00:00:00 2001 From: Gina Peter Banyard Date: Tue, 7 Jan 2025 09:09:46 +0000 Subject: [PATCH] [skip ci] Remove useless comment --- ext/pdo/pdo_stmt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/pdo/pdo_stmt.c b/ext/pdo/pdo_stmt.c index fb057210c0f..2918129c4b6 100644 --- a/ext/pdo/pdo_stmt.c +++ b/ext/pdo/pdo_stmt.c @@ -714,7 +714,6 @@ static bool pdo_do_key_pair_fetch(pdo_stmt_t *stmt, enum pdo_fetch_orientation o return false; } if (stmt->column_count != 2) { - /* TODO: Error? */ pdo_raise_impl_error(stmt->dbh, stmt, "HY000", "PDO::FETCH_KEY_PAIR fetch mode requires the result set to contain exactly 2 columns."); return false; }