Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
feat: removing unused variables
  • Loading branch information
nicky6s committed Jan 12, 2025
commit 2c348b35b822d5b873a946d69b42b22104d8c0a4
3 changes: 0 additions & 3 deletions src/main/jjtree/net/sf/jsqlparser/parser/JSqlParserCC.jjt
Original file line number Diff line number Diff line change
Expand Up @@ -1652,12 +1652,9 @@ Insert Insert():
Expression exp = null;
ReturningClause returningClause;
Select select = null;
boolean useDuplicate = false;
Token tk = null;
InsertModifierPriority modifierPriority = null;
boolean modifierIgnore = false;
boolean overwrite = false;
boolean tableKeyword = false;

List<UpdateSet> updateSets;
List<UpdateSet> duplicateUpdateSets;
Expand Down