Skip to content

Commit

Permalink
decompressors: remove unused constant from inflate.h
Browse files Browse the repository at this point in the history
Signed-off-by: Lasse Collin <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Larhzu authored and torvalds committed Jan 13, 2011
1 parent 1da914e commit 5cb2fad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/linux/decompress/inflate.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#ifndef INFLATE_H
#define INFLATE_H

/* Other housekeeping constants */
#define INBUFSIZ 4096

int gunzip(unsigned char *inbuf, int len,
int(*fill)(void*, unsigned int),
int(*flush)(void*, unsigned int),
Expand Down

0 comments on commit 5cb2fad

Please sign in to comment.