Skip to content

Commit 6ca09ad

Browse files
committed
Suppress 'unused variable' warnings created by latest commit.
1 parent 7781916 commit 6ca09ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/interfaces/ecpg/preproc/preproc.y

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.335 2006/09/03 12:24:07 meskes Exp $ */
1+
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.336 2006/09/03 19:30:43 tgl Exp $ */
22

33
/* Copyright comment */
44
%{
@@ -34,6 +34,7 @@ struct variable no_indicator = {"no_indicator", &ecpg_no_indicator, 0, NULL};
3434

3535
struct ECPGtype ecpg_query = {ECPGt_char_variable, 0L, NULL, {NULL}};
3636

37+
/* INFORMIX workaround, no longer needed
3738
static struct inf_compat_col
3839
{
3940
char *name;
@@ -46,6 +47,7 @@ static struct inf_compat_val
4647
char *val;
4748
struct inf_compat_val *next;
4849
} *informix_val;
50+
*/
4951

5052
/*
5153
* Handle parsing errors and warnings

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