[geos-commits] [SCM] GEOS branch master updated. 2d079461605fb18f13a4b0e8d442e46b94b9f7ae
git at osgeo.org
git at osgeo.org
Tue Feb 23 11:32:34 PST 2021
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 2d079461605fb18f13a4b0e8d442e46b94b9f7ae (commit)
from f2dc73df8f93b6994a59ff2b53be28ab074c5b61 (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 2d079461605fb18f13a4b0e8d442e46b94b9f7ae
Author: Martin Davis <mtnclimb at gmail.com>
Date: Tue Feb 23 11:32:26 2021 -0800
Remove geosop dead code
diff --git a/util/geosop/GeosOp.cpp b/util/geosop/GeosOp.cpp
index 11d71dc..bbeb4c4 100644
--- a/util/geosop/GeosOp.cpp
+++ b/util/geosop/GeosOp.cpp
@@ -36,20 +36,6 @@ using namespace geos;
using namespace geos::geom;
using namespace geos::io;
-std::string const GeosOp::opNames[] = {
- "area",
- "boundary",
- "buffer D",
- "centroid",
- "convexHull",
- "envelope",
- "interiorPoint",
- "isValid",
- "length",
- "makeValid",
- "union",
-};
-
void showHelp() {
std::cout << "geosop executes GEOS geometry operations on inputs." << std::endl;
-----------------------------------------------------------------------
Summary of changes:
util/geosop/GeosOp.cpp | 14 --------------
1 file changed, 14 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list