From a4f59da1467422d71af3fcaeb09a860221ed7e3e Mon Sep 17 00:00:00 2001 From: Michael Meskes Date: Fri, 8 Oct 1999 11:05:05 +0000 Subject: *** empty log message *** --- src/interfaces/ecpg/lib/ecpglib.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/interfaces/ecpg/lib/ecpglib.c') diff --git a/src/interfaces/ecpg/lib/ecpglib.c b/src/interfaces/ecpg/lib/ecpglib.c index 2b0067449f1..cd180bfcf37 100644 --- a/src/interfaces/ecpg/lib/ecpglib.c +++ b/src/interfaces/ecpg/lib/ecpglib.c @@ -802,7 +802,6 @@ ECPGexecute(struct statement * stmt) else res = 0L; - /* Again?! Yes */ switch (var->type) { case ECPGt_short: @@ -837,7 +836,6 @@ ECPGexecute(struct statement * stmt) else ures = 0L; - /* Again?! Yes */ switch (var->type) { case ECPGt_unsigned_short: @@ -872,7 +870,6 @@ ECPGexecute(struct statement * stmt) else dres = 0.0; - /* Again?! Yes */ switch (var->type) { case ECPGt_float: -- cgit v1.2.3