From 1d0a7c266fdb478847f4f3423367053d1e896221 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Thu, 25 Oct 2012 18:29:55 +0000 Subject: [PATCH] Remove TODO note: the storage is now double aligned git-svn-id: http://svn.osgeo.org/postgis/trunk@10560 b70326c6-7e19-0410-871a-916f4a2858ee --- liblwgeom/lwout_wkb.c | 2 -- 1 file changed, 2 deletions(-) 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++ ) -- 2.40.0