Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf084a18

Browse files
committed
Eliminate unused-variable warning.
1 parent3e09584 commitf084a18

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)

[8]ページ先頭

©2009-2025 Movatter.jp