diff options
Diffstat (limited to 'fs/isofs/compress.c')
| -rw-r--r-- | fs/isofs/compress.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/isofs/compress.c b/fs/isofs/compress.c index 8e53eae20112..dd4662b7f496 100644 --- a/fs/isofs/compress.c +++ b/fs/isofs/compress.c @@ -44,9 +44,6 @@ #include "zisofs.h" -#define min(a,b) ((a)<(b)?(a):(b)) -#define max(a,b) ((a)>(b)?(a):(b)) - /* This should probably be global. */ static char zisofs_sink_page[PAGE_CACHE_SIZE]; |
