Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 16620ab

Browse files
committed
Removed unused var to silence gcc warning.
1 parent 72786e0 commit 16620ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/commands/command.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.68 2000/02/04 18:49:31 wieck Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.69 2000/02/15 18:15:12 tgl Exp $
1212
*
1313
* NOTES
1414
* The PortalExecutorHeapMemory crap needs to be eliminated
@@ -699,7 +699,7 @@ AlterTableAddConstraint(const char *relationName,
699699
case T_FkConstraint:
700700
{
701701
FkConstraint *fkconstraint=(FkConstraint *)newConstraint;
702-
Relation rel, classrel;
702+
Relation rel;
703703
HeapScanDesc scan;
704704
HeapTuple tuple;
705705
Trigger trig;

0 commit comments

Comments
 (0)