[geos-commits] [SCM] GEOS branch master updated. f5230e57d46ee3793e157979e8e36633ec96a833

git at osgeo.org git at osgeo.org
Wed Dec 12 14:29:01 PST 2018


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  f5230e57d46ee3793e157979e8e36633ec96a833 (commit)
      from  0db862d111f7106157be5e662af4f16e70dbbc34 (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 f5230e57d46ee3793e157979e8e36633ec96a833
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Wed Dec 12 14:28:05 2018 -0800

    Remove unused typedef

diff --git a/tests/unit/algorithm/LocatePointInRingTest.cpp b/tests/unit/algorithm/LocatePointInRingTest.cpp
index 4efddb7..fe0f61e 100644
--- a/tests/unit/algorithm/LocatePointInRingTest.cpp
+++ b/tests/unit/algorithm/LocatePointInRingTest.cpp
@@ -50,8 +50,6 @@ namespace tut
 	static GeometryFactory::Ptr gf = GeometryFactory::create(&pm);
 	static geos::io::WKTReader reader(gf.get());
 
-	typedef std::unique_ptr<Geometry> GeomPtr;
-
 	static void runPtLocator(int expected, const Coordinate& pt,
 			const std::string& wkt)
 	{

-----------------------------------------------------------------------

Summary of changes:
 tests/unit/algorithm/LocatePointInRingTest.cpp | 2 --
 1 file changed, 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list