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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy