From 0d27c1c05563debc3402cf30509d759a86c3261c Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 7 Jun 2012 14:17:16 +0000 Subject: [PATCH] Remove unused code git-svn-id: http://svn.osgeo.org/postgis/trunk@9856 b70326c6-7e19-0410-871a-916f4a2858ee --- raster/rt_pg/rt_pg.c | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/raster/rt_pg/rt_pg.c b/raster/rt_pg/rt_pg.c index ef0b826c0..6bec9722f 100644 --- a/raster/rt_pg/rt_pg.c +++ b/raster/rt_pg/rt_pg.c @@ -10874,21 +10874,6 @@ rt_pg_notice(const char *fmt, va_list ap) } -#if 0 /* defined by libpgcommon { */ -/* This is needed by liblwgeom */ -void -lwgeom_init_allocators(void) -{ - /* liblwgeom callback - install PostgreSQL handlers */ - lwalloc_var = rt_pg_alloc; - lwrealloc_var = rt_pg_realloc; - lwfree_var = rt_pg_free; - lwerror_var = rt_pg_error; - lwnotice_var = rt_pg_notice; -} -#endif /* defined by libpgcommon } */ - - void rt_init_allocators(void) { -- 2.50.1