From 74992867390e6d51d7d1962886a1036192fe780d Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 10 Dec 2020 18:48:42 +0000 Subject: Remove unreachable code --- libmysqlpp/my-command.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libmysqlpp/my-command.cpp b/libmysqlpp/my-command.cpp index a5efeef..539fbf6 100644 --- a/libmysqlpp/my-command.cpp +++ b/libmysqlpp/my-command.cpp @@ -162,7 +162,6 @@ MySQL::Command::bindParams() if (paramsNeedBinding) { if (mysql_stmt_bind_param(stmt, &binds.front())) { throw Error(stmt); - paramsNeedBinding = false; } } } -- cgit v1.2.3