]> granicus.if.org Git - postgis/commitdiff
Remove TODO note: the storage is now double aligned
authorPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 25 Oct 2012 18:29:55 +0000 (18:29 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 25 Oct 2012 18:29:55 +0000 (18:29 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10560 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/lwout_wkb.c

index 3731a2bc2f18a6c1cd398e973f83c161a4ca8f47..b85bbf517c6492eddb016fb390f35a874adb4e2f 100644 (file)
@@ -344,8 +344,6 @@ static uint8_t* ptarray_to_wkb_buf(const POINTARRAY *pa, uint8_t *buf, uint8_t v
                buf = integer_to_wkb_buf(pa->npoints, buf, variant);
 
        /* Set the ordinates. */
-       /* TODO: Ensure that getPoint_internal is always aligned so
-                this doesn't fail on RiSC architectures */
        /* TODO: Make this faster by bulk copying the coordinates when
                 the output endian/dims match the internal endian/dims */
        for ( i = 0; i < pa->npoints; i++ )