Skip to content

Commit 17ea79b

Browse files
committed
[skip ci] Remove useless comment
1 parent 19dd79b commit 17ea79b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/pdo/pdo_stmt.c

-1
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,6 @@ static bool pdo_do_key_pair_fetch(pdo_stmt_t *stmt, enum pdo_fetch_orientation o
714714
return false;
715715
}
716716
if (stmt->column_count != 2) {
717-
/* TODO: Error? */
718717
pdo_raise_impl_error(stmt->dbh, stmt, "HY000", "PDO::FETCH_KEY_PAIR fetch mode requires the result set to contain exactly 2 columns.");
719718
return false;
720719
}

0 commit comments

Comments
 (0)