diff options
Diffstat (limited to 'src/include/miscadmin.h')
-rw-r--r-- | src/include/miscadmin.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h index a1e51d1e267..8872d54768e 100644 --- a/src/include/miscadmin.h +++ b/src/include/miscadmin.h @@ -12,7 +12,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: miscadmin.h,v 1.99 2002/02/18 23:11:31 petere Exp $ + * $Id: miscadmin.h,v 1.100 2002/03/02 21:39:34 momjian Exp $ * * NOTES * some of the information in this file should be moved to @@ -129,8 +129,6 @@ extern DLLIMPORT Oid MyDatabaseId; extern bool IsUnderPostmaster; -extern int DebugLvl; - /* Date/Time Configuration * * Constants to pass info from runtime environment: |