Changeset: 455dc7ad7f5e for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=455dc7ad7f5e
Modified Files:
        geom/monetdb5/geom.c
Branch: Dec2016
Log Message:

Remove dead code.


diffs (18 lines):

diff --git a/geom/monetdb5/geom.c b/geom/monetdb5/geom.c
--- a/geom/monetdb5/geom.c
+++ b/geom/monetdb5/geom.c
@@ -2645,14 +2645,6 @@ wkbMLineStringToPolygon(wkb **geomWKB, s
                }
        }
 
-       //print areas
-       for (i = 0; i < itemsNum; i++) {
-               char *toStr = NULL;
-               int len = 0;
-               wkbTOSTR(&toStr, &len, linestringsWKB[i]);
-               GDKfree(toStr);
-       }
-
        if (*flag == 0) {
                //the biggest polygon is the external shell
                GEOSCoordSeq coordSeq_external;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to