Skip to content

Commit 8a367d4

Browse files
committed
Remove useless double assignment
GCC 4.5 complained about it.
1 parent 7e24114 commit 8a367d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/ecpg/preproc/ecpg.addons

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg.addons,v 1.17 2010/03/21 11:56:45 meskes Exp $ */
1+
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg.addons,v 1.18 2010/03/23 22:12:06 petere Exp $ */
22
ECPG: stmtClosePortalStmt block
33
{
44
if (INFORMIX_MODE)
@@ -363,7 +363,7 @@ ECPG: table_refselect_with_parens addon
363363
ECPG: TypenameSimpleTypenameopt_array_bounds block
364364
{ $$ = cat2_str($1, $2.str); }
365365
ECPG: TypenameSETOFSimpleTypenameopt_array_bounds block
366-
{ $$ = $$ = cat_str(3, make_str("setof"), $2, $3.str); }
366+
{ $$ = cat_str(3, make_str("setof"), $2, $3.str); }
367367
ECPG: opt_array_boundsopt_array_bounds'['']' block
368368
{
369369
$$.index1 = $1.index1;

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