summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-03-20 16:34:19 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-03-20 16:34:19 -0700
commita3b31baff2a6c0a32e7e28294804b82db4f7a3f1 (patch)
treea1d30101c4f217a59f2f6c04e3457b16cdc8ad17
parent82d9a64fc70b9e411f3d45d8ce125ee84c2e2859 (diff)
downloadsyslinux-3.74-pre11.tar.gz
vesacon: remove unused com32sys_t variablessyslinux-3.74-pre11
No more direct __intcall()'s in this code, so remove unused register set variables.
-rw-r--r--com32/lib/sys/vesacon_write.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/com32/lib/sys/vesacon_write.c b/com32/lib/sys/vesacon_write.c
index 9767a621..48c1ed44 100644
--- a/com32/lib/sys/vesacon_write.c
+++ b/com32/lib/sys/vesacon_write.c
@@ -74,9 +74,6 @@ static int vesacon_counter = 0;
/* Common setup */
int __vesacon_open(struct file_info *fp)
{
- static com32sys_t ireg; /* Auto-initalized to all zero */
- com32sys_t oreg;
-
(void)fp;
if (!vesacon_counter) {