From: Sandro Santilli Date: Mon, 24 Feb 2014 20:47:44 +0000 (+0000) Subject: Remove unused variable X-Git-Tag: 2.2.0rc1~1221 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ec77b0b4440f0d35f6aa0b59739b705ff776c42;p=postgis Remove unused variable git-svn-id: http://svn.osgeo.org/postgis/trunk@12279 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/topology/Makefile.in b/topology/Makefile.in index 5c1af519a..304236e6d 100644 --- a/topology/Makefile.in +++ b/topology/Makefile.in @@ -23,8 +23,6 @@ POSTGIS_PGSQL_VERSION=@POSTGIS_PGSQL_VERSION@ PGIS_MODULE_big=postgis-@POSTGIS_MAJOR_VERSION@.@POSTGIS_MINOR_VERSION@ MODULEDIR=contrib/$(PGIS_MODULE_big) -PGIS_MAJ_MIN=@POSTGIS_MAJOR_VERSION@@POSTGIS_MINOR_VERSION@ - # Files to be copied to the contrib/ directory DATA_built=topology.sql topology_upgrade.sql uninstall_topology.sql