Skip to content

Commit f084a18

Browse files
committed
Eliminate unused-variable warning.
1 parent 3e09584 commit f084a18

File tree

1 file changed

+1
-3
lines changed
  • src/interfaces/ecpg/preproc

1 file changed

+1
-3
lines changed

src/interfaces/ecpg/preproc/pgc.l

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
*
1414
* IDENTIFICATION
15-
* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.67 2000/11/03 10:47:54 meskes Exp $
15+
* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.68 2000/11/20 03:51:33 tgl Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -316,8 +316,6 @@ cppline {space}*#(.*\\{line_end})*.*
316316
startlit();
317317
}
318318
<xbit>{xbitstop} {
319-
char* endptr;
320-
321319
BEGIN(SQL);
322320
if (literalbuf[strspn(literalbuf, "01") + 1] != '\0')
323321
mmerror(ET_ERROR, "invalid bit string input.");

0 commit comments

Comments
 (0)