From: Paul Ramsey Date: Fri, 9 Nov 2012 21:54:39 +0000 (+0000) Subject: Remove module magic from here, #1162 X-Git-Tag: 2.1.0beta2~406 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1564f7f6651a593e6b6e1826853506ddd02330a;p=postgis Remove module magic from here, #1162 git-svn-id: http://svn.osgeo.org/postgis/trunk@10662 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/libpgcommon/lwgeom_pg.c b/libpgcommon/lwgeom_pg.c index 2afd8cf60..bb59080be 100644 --- a/libpgcommon/lwgeom_pg.c +++ b/libpgcommon/lwgeom_pg.c @@ -29,12 +29,6 @@ #define PARANOIA_LEVEL 1 -/* - * For win32, this can not be in a separate libary - * See ticket #1158 - */ -/* PG_MODULE_MAGIC; */ - /** * Utility to convert cstrings to textp pointers */