diff options
author | Paul Bolle <[email protected]> | 2012-06-21 00:16:29 +0200 |
---|---|---|
committer | H. Peter Anvin <[email protected]> | 2012-06-20 17:28:56 -0700 |
commit | e5a7286b5f1b0b5beb97275f2152bf10c4aa4204 (patch) | |
tree | 83ef1c24ad84e82585faf9e41f5df1b306470717 /lib/debugobjects.c | |
parent | fbd24153c48b8425b09c161a020483cd77da870e (diff) |
x86, boot: Remove ancient, unconditionally #ifdef'd out dead code
Release v1.3.82 wrapped a few lines of code in an "#ifdef
SAFE_RESET_DISK_CONTROLLER" and "#endif" pair. Since
SAFE_RESET_DISK_CONTROLLER was never defined anywhere that was basically
a verbose "#ifdef 0" and "#endif" pair. These dead lines have been in
the tree for sixteen years but now the time has come to remove them.
I guess the main lesson here is that if you want your dead code in the
tree for a very long time you'd better be creative. A plain old "#ifdef
0" and "#endif" pair just doesn't cut it!
See: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Paul Bolle <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Acked-by: Jeff Epler <[email protected]>
Acked-by: Jesper Juhl <[email protected]>
Signed-off-by: H. Peter Anvin <[email protected]>
Diffstat (limited to 'lib/debugobjects.c')
0 files changed, 0 insertions, 0 deletions