Skip to content

Commit

Permalink
Update src/main/java/com/microsoft/sqlserver/jdbc/SQLServerPreparedSt…
Browse files Browse the repository at this point in the history
…atement.java

Co-authored-by: David Engel <[email protected]>
  • Loading branch information
tkyc and David-Engel authored Nov 15, 2023
1 parent 3af17db commit e771daf
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ public class SQLServerPreparedStatement extends SQLServerStatement implements IS
/** Set to true if the statement is a stored procedure call that expects a return value */
final boolean bReturnValueSyntax;



/** user FMTOnly flag */
private boolean useFmtOnly = this.connection.getUseFmtOnly();

Expand Down

0 comments on commit e771daf

Please sign in to comment.