[postgis-tickets] r14575 - Remove unused and hard-coded variable

Sandro Santilli strk at keybit.net
Wed Jan 6 07:09:49 PST 2016


Author: strk
Date: 2016-01-06 07:09:49 -0800 (Wed, 06 Jan 2016)
New Revision: 14575

Modified:
   trunk/extensions/postgis/Makefile.in
Log:
Remove unused and hard-coded variable

Modified: trunk/extensions/postgis/Makefile.in
===================================================================
--- trunk/extensions/postgis/Makefile.in	2016-01-06 15:09:39 UTC (rev 14574)
+++ trunk/extensions/postgis/Makefile.in	2016-01-06 15:09:49 UTC (rev 14575)
@@ -27,9 +27,6 @@
 SQL_BITS     = $(wildcard sql_bits/*.sql)
 EXTRA_CLEAN += ${SQL_BITS} sql/*.sql
 
-# Update PREV_big manually on branching
-# TODO: move this definition in ../../Version.config
-PREV_big=21
 CURV_big=@POSTGIS_MAJOR_VERSION@@POSTGIS_MINOR_VERSION@
 
 ifeq ($(PG91),yes)



More information about the postgis-tickets mailing list