diff options
Diffstat (limited to 'src/include/fe_utils/psqlscan_int.h')
-rw-r--r-- | src/include/fe_utils/psqlscan_int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/fe_utils/psqlscan_int.h b/src/include/fe_utils/psqlscan_int.h index 752cc9406a5..42a738f4221 100644 --- a/src/include/fe_utils/psqlscan_int.h +++ b/src/include/fe_utils/psqlscan_int.h @@ -112,7 +112,6 @@ typedef struct PsqlScanStateData int start_state; /* yylex's starting/finishing state */ int paren_depth; /* depth of nesting in parentheses */ int xcdepth; /* depth of nesting in slash-star comments */ - int escaped_semicolons; /* number of embedded (\;) semicolons */ char *dolqstart; /* current $foo$ quote start string */ /* |