commit | efe44183f6bab5b8acb6a6182d95274978c8abb1 | [log] [tgz] |
---|---|---|
author | Denis Cheng <crquan@gmail.com> | Tue Nov 13 00:49:42 2007 +0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon Nov 12 10:32:29 2007 -0800 |
tree | 86a1c11218644190c30a7c03931e5ca2c6e2e12e | |
parent | 00ec99da43a7c2aed46c6595aa271b84bb1b1462 [diff] |
SLUB: killed the unused "end" variable Since the macro "for_each_object" introduced, the "end" variable becomes unused anymore. Signed-off-by: Denis Cheng <crquan@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>