summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2007-11-13 08:38:56 +0000
committerroot <root>2007-11-13 08:38:56 +0000
commit16682590a57fb99f2c80e42302659924db3137b2 (patch)
treee9d1eca3bdbc58778df02ba8b7a4396eb8144330
parenta0d5cad8a29e5910bd798793441c84991651b1f3 (diff)
unroll a bit for testing
-rw-r--r--lzf_c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lzf_c.c b/lzf_c.c
index 90db094..bd44027 100644
--- a/lzf_c.c
+++ b/lzf_c.c
@@ -143,7 +143,6 @@ lzf_compress (const void *const in_data, unsigned int in_len,
&& ip + 4 < in_end
&& ref > (u8 *)in_data
#if STRICT_ALIGN
- x x x
&& ref[0] == ip[0]
&& ref[1] == ip[1]
&& ref[2] == ip[2]