Commit f084a18a authored by Tom Lane's avatar Tom Lane

Eliminate unused-variable warning.

parent 3e09584f
......@@ -12,7 +12,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.67 2000/11/03 10:47:54 meskes Exp $
* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.68 2000/11/20 03:51:33 tgl Exp $
*
*-------------------------------------------------------------------------
*/
......@@ -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.");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment