[postgis-commits] svn - r3693 - spike/wktraster/rt_core
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Thu Feb 12 10:11:27 PST 2009
Author: strk
Date: 2009-02-12 10:11:26 -0800 (Thu, 12 Feb 2009)
New Revision: 3693
Modified:
spike/wktraster/rt_core/rt_api.c
Log:
drop useless and non-iso comments
Modified: spike/wktraster/rt_core/rt_api.c
===================================================================
--- spike/wktraster/rt_core/rt_api.c 2009-02-12 18:10:18 UTC (rev 3692)
+++ spike/wktraster/rt_core/rt_api.c 2009-02-12 18:11:26 UTC (rev 3693)
@@ -1839,7 +1839,6 @@
#endif
if ( pixbytes < 1 ) {
- // ERROR !
ctx->err("Corrupted band: unkonwn pixtype");
return 0;
}
@@ -1915,7 +1914,6 @@
#endif
if ( pixbytes < 1 ) {
- // ERROR !
ctx->err("Corrupted band: unkonwn pixtype");
return 0;
}
@@ -2085,7 +2083,6 @@
int pixbytes = rt_pixtype_size(ctx, pixtype);
if ( pixbytes < 1 ) {
- // ERROR !
ctx->err("Corrupted band: unkonwn pixtype");
return 0;
}
@@ -2161,7 +2158,6 @@
int pixbytes = rt_pixtype_size(ctx, pixtype);
if ( pixbytes < 1 ) {
- // ERROR !
ctx->err("Corrupted band: unkonwn pixtype");
return 0;
}
More information about the postgis-commits
mailing list