From 70e7e9c397bb7ee6347451df97ed7bd7c0e0a7dc Mon Sep 17 00:00:00 2001 From: alexpeshkoff Date: Wed, 10 Jun 2009 09:48:16 +0000 Subject: [PATCH] cleanup --- src/jrd/gds_proto.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/jrd/gds_proto.h b/src/jrd/gds_proto.h index 20540fc71b..5918f92201 100644 --- a/src/jrd/gds_proto.h +++ b/src/jrd/gds_proto.h @@ -134,11 +134,6 @@ void gds__trace_printer(void*, SSHORT, const TEXT*); void gds__print_pool(Firebird::MemoryPool*, const TEXT*, ...); void GDS_init_prefix(); -#if (defined SOLARIS && !defined(MAP_ANON)) -UCHAR* mmap_anon(SLONG); -#endif - - #ifdef __cplusplus } /* extern "C" */ #endif