diff options
author | Marin Ramesa <mpr@hi.t-com.hr> | 2013-11-14 12:11:59 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-11-15 02:18:48 +0100 |
commit | f2f02114f65ca94c5c6db050136226377042a1e3 (patch) | |
tree | 4cb23d76198674bab3e73cc0e017a749be6a61ac | |
parent | 02894a8b3f1ffc7686154b13aa4bf88b36f87186 (diff) |
i386/i386/loose_ends.c: remove unused variable
* i386/i386/loose_ends.c (boothowto): Remove unused variable.
-rw-r--r-- | i386/i386/loose_ends.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/i386/i386/loose_ends.c b/i386/i386/loose_ends.c index 49848ab..30e7763 100644 --- a/i386/i386/loose_ends.c +++ b/i386/i386/loose_ends.c @@ -36,7 +36,6 @@ * For now we will always go to single user mode, since there is * no way pass this request through the boot. */ -int boothowto = 0; /* Someone with time should write code to set cpuspeed automagically */ int cpuspeed = 4; |