From: Paul Ramsey Date: Thu, 25 Oct 2012 18:29:55 +0000 (+0000) Subject: Remove TODO note: the storage is now double aligned X-Git-Tag: 2.1.0beta2~458 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d0a7c266fdb478847f4f3423367053d1e896221;p=postgis Remove TODO note: the storage is now double aligned git-svn-id: http://svn.osgeo.org/postgis/trunk@10560 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/liblwgeom/lwout_wkb.c b/liblwgeom/lwout_wkb.c index 3731a2bc2..b85bbf517 100644 --- a/liblwgeom/lwout_wkb.c +++ b/liblwgeom/lwout_wkb.c @@ -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++ )