Skip to content

Commit f1cf69c

Browse files
committed
cc1: warnings being treated as errors
remove.c: In function `RemoveAggregate': remove.c:413: warning: unused variable `typename' -> got rid of it.
1 parent 9d14ef9 commit f1cf69c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/backend/commands/remove.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/commands/Attic/remove.c,v 1.8 1997/05/22 00:14:32 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/commands/Attic/remove.c,v 1.9 1997/06/03 06:23:24 vadim Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -410,7 +410,6 @@ RemoveAggregate(char *aggName, char *aggType)
410410
HeapTuple tup;
411411
ItemPointerData itemPointerData;
412412
char *userName;
413-
char *typename;
414413
Oid basetypeID = InvalidOid;
415414
bool defined;
416415
ScanKeyData aggregateKey[3];

0 commit comments

Comments
 (0)