Skip to content

Commit 2aadac1

Browse files
authored
Unused assignment.
brought up by @Daniel-Cortez
1 parent 3a924b3 commit 2aadac1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mysql_prepared.inc

+1-2
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ static stock stmt_close(Statement:statement) {
125125

126126
// reset data.
127127
gs_Statements[statement][E_STMT_MYSQL_HANDLE] = INVALID_CONNECTION;
128-
statement = INVALID_STATEMENT;
129128
return true;
130129
}
131130

@@ -667,4 +666,4 @@ stock bool:MySQL_ExecuteParallel(Statement:statement, const callback[] = "", con
667666
}
668667
#else
669668
#error You need to "#include <YSI_Coding/y_inline>" before using this library.
670-
#endif
669+
#endif

0 commit comments

Comments
 (0)