projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c47db2
)
Eliminate unused-variable warning.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Mon, 20 Nov 2000 03:51:33 +0000
(
03:51
+0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Mon, 20 Nov 2000 03:51:33 +0000
(
03:51
+0000)
src/interfaces/ecpg/preproc/pgc.l
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/preproc/pgc.l
b/src/interfaces/ecpg/preproc/pgc.l
index 6eda148ed05c1ff641bb8130668aa2b77c1e6b9f..4a36686a1165e35e216c79e32acd74d778ac608d 100644
(file)
--- a/
src/interfaces/ecpg/preproc/pgc.l
+++ b/
src/interfaces/ecpg/preproc/pgc.l
@@
-316,8
+316,6
@@
cppline {space}*#(.*\\{line_end})*.*
startlit();
}
<xbit>{xbitstop} {
- char* endptr;
-
BEGIN(SQL);
if (literalbuf[strspn(literalbuf, "01") + 1] != '\0')
mmerror(ET_ERROR, "invalid bit string input.");