From 05b0f22900ad45bda04caa04f7094ebcf81da0f5 Mon Sep 17 00:00:00 2001 From: Bryan Henderson Date: Tue, 14 Jan 1997 08:05:36 +0000 Subject: Eliminate dupliclate definition of external variables reldesc and DataDir. Some compilers recognize this error. --- src/backend/bootstrap/bootstrap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/backend/bootstrap/bootstrap.c') diff --git a/src/backend/bootstrap/bootstrap.c b/src/backend/bootstrap/bootstrap.c index b7c25f6633e..f66366ca3a4 100644 --- a/src/backend/bootstrap/bootstrap.c +++ b/src/backend/bootstrap/bootstrap.c @@ -7,7 +7,7 @@ * Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.13 1996/12/26 22:06:59 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.14 1997/01/14 08:04:42 bryanh Exp $ * *------------------------------------------------------------------------- */ @@ -184,7 +184,6 @@ static struct typmap *Ap = (struct typmap *)NULL; static int Warnings = 0; static char Blanks[MAXATTR]; -Relation reldesc; /* current relation descriptor */ static char *relname; /* current relation name */ AttributeTupleForm attrtypes[MAXATTR]; /* points to attribute info */ -- cgit v1.2.3