OSDN Git Service

Suppress 'unused variable' warnings created by latest commit.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 3 Sep 2006 19:30:43 +0000 (19:30 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 3 Sep 2006 19:30:43 +0000 (19:30 +0000)
src/interfaces/ecpg/preproc/preproc.y

index 9d4c611..e3cb02a 100644 (file)
@@ -1,4 +1,4 @@
-/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.335 2006/09/03 12:24:07 meskes Exp $ */
+/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.336 2006/09/03 19:30:43 tgl Exp $ */
 
 /* Copyright comment */
 %{
@@ -34,6 +34,7 @@ struct variable no_indicator = {"no_indicator", &ecpg_no_indicator, 0, NULL};
 
 struct ECPGtype ecpg_query = {ECPGt_char_variable, 0L, NULL, {NULL}};
 
+/* INFORMIX workaround, no longer needed
 static struct inf_compat_col
 {
        char *name;
@@ -46,6 +47,7 @@ static struct inf_compat_val
        char *val;
        struct inf_compat_val *next;
 } *informix_val;
+*/
 
 /*
  * Handle parsing errors and warnings