]> granicus.if.org Git - postgis/commitdiff
Remove misplaced comment
authorSandro Santilli <strk@keybit.net>
Fri, 27 Sep 2013 14:58:21 +0000 (14:58 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 27 Sep 2013 14:58:21 +0000 (14:58 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11985 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/postgis.sql.in

index a430aa6132497918bdeba0f3297e9b3e25f5ffd1..ed96878e38f00d14272190bfc8009d83ecd28fa6 100644 (file)
@@ -27,9 +27,6 @@ SET client_min_messages TO warning;
 
 BEGIN;
 
--------------------------------------------------------------------
---  SPHEROID TYPE
--------------------------------------------------------------------
 CREATE OR REPLACE FUNCTION _postgis_deprecate(oldname text, newname text, version text)
 RETURNS void AS
 $$