From 6cb653d80b5f8e88ec0351d7f480caf2cc1a8283 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 15 Feb 2002 17:46:57 +0000 Subject: [PATCH] Remove warning about automatic inclusion of sqlca. --- src/interfaces/ecpg/preproc/pgc.l | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/interfaces/ecpg/preproc/pgc.l b/src/interfaces/ecpg/preproc/pgc.l index d317698738..a18fa6ba7d 100644 --- a/src/interfaces/ecpg/preproc/pgc.l +++ b/src/interfaces/ecpg/preproc/pgc.l @@ -824,11 +824,6 @@ cppline {space}*#(.*\\{space})*.* {} yytext[i+1] = '\0'; - /* since version 2.9.0 sqlca.h is included - automatically */ - if (strcmp(yytext, "sqlca") == 0) - mmerror(PARSE_ERROR, ET_NOTICE, "sqlca.h is included automatically."); - yyin = NULL; for (ip = include_paths; yyin == NULL && ip != NULL; ip = ip->next) { -- 2.39.5