summaryrefslogtreecommitdiffstats
path: root/fs/jffs2/mini_inflate.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/jffs2/mini_inflate.c')
-rw-r--r--fs/jffs2/mini_inflate.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/jffs2/mini_inflate.c b/fs/jffs2/mini_inflate.c
index 4f511ec1a4..7940f09317 100644
--- a/fs/jffs2/mini_inflate.c
+++ b/fs/jffs2/mini_inflate.c
@@ -383,13 +383,6 @@ long decompress_block(unsigned char *dest, unsigned char *source,
else stream.error = COMP_UNKNOWN;
} while (!bfinal && !stream.error);
-#if 0
- putstr("decompress_block start\r\n");
- putLabeledWord("stream.error = ",stream.error);
- putLabeledWord("stream.decoded = ",stream.decoded);
- putLabeledWord("dest = ",dest);
- putstr("decompress_block end\r\n");
-#endif
return stream.error ? -stream.error : stream.decoded;
}