Skip to content

Commit 4e6644b

Browse files
committed
unneeded comment
1 parent 41c75c6 commit 4e6644b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ToolkitApi/Db2supp.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ public function getErrorMsg()
118118
*/
119119
protected function setStmtError($stmt = null)
120120
{
121-
// is statement resource provided, or do we get last error?
122121
if ($stmt) {
123122
$this->setErrorCode(db2_stmt_error($stmt));
124123
$this->setErrorMsg(db2_stmt_errormsg($stmt));

0 commit comments

Comments
 (0)