[geos-commits] r2747 - in trunk/source: geom/util util

svn_geos at osgeo.org svn_geos at osgeo.org
Thu Nov 26 16:34:41 EST 2009


Author: strk
Date: 2009-11-26 16:34:40 -0500 (Thu, 26 Nov 2009)
New Revision: 2747

Removed:
   trunk/source/geom/util/LinearComponentExtracter.cpp
   trunk/source/geom/util/PointExtracter.cpp
   trunk/source/geom/util/PolygonExtracter.cpp
   trunk/source/util/AssertionFailedException.cpp
   trunk/source/util/IllegalArgumentException.cpp
   trunk/source/util/UnsupportedOperationException.cpp
Modified:
   trunk/source/geom/util/Makefile.am
   trunk/source/util/Makefile.am
Log:
Remove unreferenced files from the repository


Deleted: trunk/source/geom/util/LinearComponentExtracter.cpp
===================================================================
--- trunk/source/geom/util/LinearComponentExtracter.cpp	2009-11-26 21:28:32 UTC (rev 2746)
+++ trunk/source/geom/util/LinearComponentExtracter.cpp	2009-11-26 21:34:40 UTC (rev 2747)
@@ -1,33 +0,0 @@
-/**********************************************************************
- * $Id$
- *
- * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
- *
- * Copyright (C) 2001-2002 Vivid Solutions Inc.
- *
- * This is free software; you can redistribute and/or modify it under
- * the terms of the GNU Lesser General Public Licence as published
- * by the Free Software Foundation. 
- * See the COPYING file for more information.
- *
- **********************************************************************/
-
-
-#include <geos/geom/util/LinearComponentExtracter.h>
-#include <typeinfo>
-
-namespace geos {
-namespace geom { // geos.geom
-namespace util { // geos.geom.util
-
-} // namespace geos.geom.util
-} // namespace geos.geom
-} // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.7  2006/04/03 10:56:58  strk
- * Removed implementation files build spec for fully-inlined classes
- *
- **********************************************************************/

Modified: trunk/source/geom/util/Makefile.am
===================================================================
--- trunk/source/geom/util/Makefile.am	2009-11-26 21:28:32 UTC (rev 2746)
+++ trunk/source/geom/util/Makefile.am	2009-11-26 21:34:40 UTC (rev 2747)
@@ -3,11 +3,6 @@
 
 INCLUDES = -I$(top_srcdir)/source/headers 
 
-## these are full inlined
-# PolygonExtracter.cpp 
-# PointExtracter.cpp 
-# LinearComponentExtracter.cpp 
-
 libgeomutil_la_SOURCES = \
 	ComponentCoordinateExtracter.cpp \
 	CoordinateOperation.cpp \
@@ -15,7 +10,3 @@
 	GeometryTransformer.cpp \
 	ShortCircuitedGeometryVisitor.cpp \
         GeometryCombiner.cpp
-
-#	LinearComponentExtracter.cpp 
-#	PointExtracter.cpp 
-#	PolygonExtracter.cpp 

Deleted: trunk/source/geom/util/PointExtracter.cpp
===================================================================
--- trunk/source/geom/util/PointExtracter.cpp	2009-11-26 21:28:32 UTC (rev 2746)
+++ trunk/source/geom/util/PointExtracter.cpp	2009-11-26 21:34:40 UTC (rev 2747)
@@ -1,34 +0,0 @@
-/**********************************************************************
- * $Id$
- *
- * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
- *
- * Copyright (C) 2001-2002 Vivid Solutions Inc.
- *
- * This is free software; you can redistribute and/or modify it under
- * the terms of the GNU Lesser General Public Licence as published
- * by the Free Software Foundation. 
- * See the COPYING file for more information.
- *
- **********************************************************************/
-
-#include <geos/geom/util/PointExtracter.h>
-#include <typeinfo>
-
-namespace geos {
-namespace geom { // geos.geom
-namespace util { // geos.geom.util
-
-
-} // namespace geos.geom.util
-} // namespace geos.geom
-} // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.7  2006/04/03 10:56:58  strk
- * Removed implementation files build spec for fully-inlined classes
- *
- **********************************************************************/
-

Deleted: trunk/source/geom/util/PolygonExtracter.cpp
===================================================================
--- trunk/source/geom/util/PolygonExtracter.cpp	2009-11-26 21:28:32 UTC (rev 2746)
+++ trunk/source/geom/util/PolygonExtracter.cpp	2009-11-26 21:34:40 UTC (rev 2747)
@@ -1,35 +0,0 @@
-/**********************************************************************
- * $Id$
- *
- * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
- *
- * Copyright (C) 2001-2002 Vivid Solutions Inc.
- * Copyright (C) 2006 Refractions Research Inc.
- *
- * This is free software; you can redistribute and/or modify it under
- * the terms of the GNU Lesser General Public Licence as published
- * by the Free Software Foundation. 
- * See the COPYING file for more information.
- *
- **********************************************************************
- **********************************************************************/
-
-#include <geos/geom/util/PolygonExtracter.h>
-
-namespace geos {
-namespace geom { // geos.geom
-namespace util { // geos.geom.util
-
-
-} // namespace geos.geom.util
-} // namespace geos.geom
-} // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.6  2006/04/03 10:56:58  strk
- * Removed implementation files build spec for fully-inlined classes
- *
- **********************************************************************/
-

Deleted: trunk/source/util/AssertionFailedException.cpp
===================================================================
--- trunk/source/util/AssertionFailedException.cpp	2009-11-26 21:28:32 UTC (rev 2746)
+++ trunk/source/util/AssertionFailedException.cpp	2009-11-26 21:34:40 UTC (rev 2747)
@@ -1,31 +0,0 @@
-/**********************************************************************
- * $Id$
- *
- * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
- *
- * Copyright (C) 2001-2002 Vivid Solutions Inc.
- *
- * This is free software; you can redistribute and/or modify it under
- * the terms of the GNU Lesser General Public Licence as published
- * by the Free Software Foundation. 
- * See the COPYING file for more information.
- *
- **********************************************************************/
-
-#include <geos/util/AssertionFailedException.h>
-
-namespace geos {
-namespace util { // geos.util
-
-} // namespace geos.util
-} // namespace geos
-
-
-/**********************************************************************
- * $Log$
- * Revision 1.12  2006/04/03 10:56:58  strk
- * Removed implementation files build spec for fully-inlined classes
- *
- **********************************************************************/
-

Deleted: trunk/source/util/IllegalArgumentException.cpp
===================================================================
--- trunk/source/util/IllegalArgumentException.cpp	2009-11-26 21:28:32 UTC (rev 2746)
+++ trunk/source/util/IllegalArgumentException.cpp	2009-11-26 21:34:40 UTC (rev 2747)
@@ -1,30 +0,0 @@
-/**********************************************************************
- * $Id$
- *
- * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
- *
- * Copyright (C) 2001-2002 Vivid Solutions Inc.
- *
- * This is free software; you can redistribute and/or modify it under
- * the terms of the GNU Lesser General Public Licence as published
- * by the Free Software Foundation. 
- * See the COPYING file for more information.
- *
- **********************************************************************/
-
-#include <geos/util/IllegalArgumentException.h>
-
-namespace geos {
-namespace util { // geos.util
-
-} // namespace geos.util
-} // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.10  2006/04/03 10:56:59  strk
- * Removed implementation files build spec for fully-inlined classes
- *
- **********************************************************************/
-

Modified: trunk/source/util/Makefile.am
===================================================================
--- trunk/source/util/Makefile.am	2009-11-26 21:28:32 UTC (rev 2746)
+++ trunk/source/util/Makefile.am	2009-11-26 21:34:40 UTC (rev 2747)
@@ -4,13 +4,6 @@
 
 INCLUDES = -I$(top_srcdir)/source/headers 
 
-## full inlined
-# UnsupportedOperationException.cpp 
-# IllegalArgumentException.cpp 
-# AssertionFailedException.cpp 
-# GEOSException.cpp 
-# UniqueCoordinateArrayFilter.cpp 
-
 libutil_la_SOURCES = \
 	Assert.cpp \
 	GeometricShapeFactory.cpp \

Deleted: trunk/source/util/UnsupportedOperationException.cpp
===================================================================
--- trunk/source/util/UnsupportedOperationException.cpp	2009-11-26 21:28:32 UTC (rev 2746)
+++ trunk/source/util/UnsupportedOperationException.cpp	2009-11-26 21:34:40 UTC (rev 2747)
@@ -1,29 +0,0 @@
-/**********************************************************************
- * $Id$
- *
- * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
- *
- * Copyright (C) 2001-2002 Vivid Solutions Inc.
- *
- * This is free software; you can redistribute and/or modify it under
- * the terms of the GNU Lesser General Public Licence as published
- * by the Free Software Foundation. 
- * See the COPYING file for more information.
- *
- **********************************************************************/
-
-#include <geos/util/UnsupportedOperationException.h>
-
-namespace geos {
-namespace util {
-} // namespace geos.util
-} // namespace geos
-
-/**********************************************************************
- * $Log$
- * Revision 1.10  2006/04/03 10:56:59  strk
- * Removed implementation files build spec for fully-inlined classes
- *
- **********************************************************************/
-



More information about the geos-commits mailing list