diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-04-17 03:27:28 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-04-17 03:27:28 -0700 |
| commit | 4f990f49474ef93e2b47f451cf289c9e30234e0f (patch) | |
| tree | a89b9f6f1c66ae7fc499bb45babaf492b5d7ff0f /include/linux | |
| parent | d012f668272fe3dc39a66fc2ce90a04cb43e13d2 (diff) | |
[PATCH] remove buffer_error()
From: Jeff Garzik <jgarzik@pobox.com>
It was debug code, no longer required.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/buffer_head.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/buffer_head.h b/include/linux/buffer_head.h index afe2d3ad1e4e..ebe0b1221579 100644 --- a/include/linux/buffer_head.h +++ b/include/linux/buffer_head.h @@ -62,13 +62,6 @@ struct buffer_head { }; /* - * Debug - */ - -void __buffer_error(char *file, int line); -#define buffer_error() __buffer_error(__FILE__, __LINE__) - -/* * macro tricks to expand the set_buffer_foo(), clear_buffer_foo() * and buffer_foo() functions. */ |
