diff options
| author | Bruce Momjian | 1996-11-08 06:02:30 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1996-11-08 06:02:30 +0000 |
| commit | 4b2b8592a04730b800583ee6b5638d04bf0d95bd (patch) | |
| tree | 5c91dead4db4240f387ec65fb1a21194d79522ce /src/backend/utils/mmgr/mcxt.c | |
| parent | d79bb2fd0ee968602421a1a8d87700204f070d52 (diff) | |
Compile and warning cleanup
Diffstat (limited to 'src/backend/utils/mmgr/mcxt.c')
| -rw-r--r-- | src/backend/utils/mmgr/mcxt.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/backend/utils/mmgr/mcxt.c b/src/backend/utils/mmgr/mcxt.c index d9095af11f4..e03948ff04e 100644 --- a/src/backend/utils/mmgr/mcxt.c +++ b/src/backend/utils/mmgr/mcxt.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/utils/mmgr/mcxt.c,v 1.1.1.1 1996/07/09 06:22:09 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/utils/mmgr/mcxt.c,v 1.2 1996/11/08 06:00:54 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -77,8 +77,9 @@ static Pointer GlobalMemoryRealloc(GlobalMemory this, Pointer pointer, Size size); static char *GlobalMemoryGetName(GlobalMemory this); static void GlobalMemoryDump(GlobalMemory this); +#ifdef NOT_USED static void DumpGlobalMemories(void); - +#endif /* * Global Memory Methods @@ -493,6 +494,7 @@ GlobalMemoryDump(GlobalMemory this) * Exceptions: * ??? */ +#ifdef NOT_USED static void DumpGlobalMemories() { @@ -507,4 +509,4 @@ DumpGlobalMemories() &context->elemData); } } - +#endif |
