[geos-commits] [SCM] GEOS branch master updated. 0d54f3453533d719f8b7bfd818cad80dc7a36b97
git at osgeo.org
git at osgeo.org
Sun Feb 10 05:47:18 PST 2019
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".
The branch, master has been updated
via 0d54f3453533d719f8b7bfd818cad80dc7a36b97 (commit)
from def92ef3d9fd0a0b80613bed1840a13be19c32bf (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0d54f3453533d719f8b7bfd818cad80dc7a36b97
Author: Sandro Santilli <strk at kbt.io>
Date: Sun Feb 10 14:46:33 2019 +0100
Remove unused variable
Fixes warning: variable 'geos_unit_LDADD' is defined but no program
or library has 'geos_unit' as canonical name (possible typo)
diff --git a/tools/astyle/Makefile.am b/tools/astyle/Makefile.am
index 7bf90d8..d582267 100644
--- a/tools/astyle/Makefile.am
+++ b/tools/astyle/Makefile.am
@@ -15,10 +15,6 @@ noinst_PROGRAMS = astyle
#check_PROGRAMS =
#bin_PROGRAMS = astyle
-geos_unit_LDADD = \
- $(NULL)
-
-
astyle_SOURCES = \
ASBeautifier.cpp \
ASEnhancer.cpp \
-----------------------------------------------------------------------
Summary of changes:
tools/astyle/Makefile.am | 4 ----
1 file changed, 4 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list