diff options
Diffstat (limited to 'src/include/catalog/pg_shadow.h')
-rw-r--r-- | src/include/catalog/pg_shadow.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/include/catalog/pg_shadow.h b/src/include/catalog/pg_shadow.h index e0b087a9d91..fdec3fa82ca 100644 --- a/src/include/catalog/pg_shadow.h +++ b/src/include/catalog/pg_shadow.h @@ -9,7 +9,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_shadow.h,v 1.11 2001/03/09 22:10:13 tgl Exp $ + * $Id: pg_shadow.h,v 1.12 2001/06/13 21:44:41 tgl Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -24,10 +24,6 @@ #define PG_SHADOW_H -/* Prototype required for superuser() from superuser.c */ - -bool superuser(void); - /* ---------------- * pg_shadow definition. cpp turns this into * typedef struct FormData_pg_shadow |