ref: f916e84a0785dfcf82921730cd864d8fff437e72
parent: 9188f8d52efde760c2ca79d5b4542744cb360814
author: mkf <mkf@cloud9p.org>
date: Thu Dec 7 06:27:00 EST 2023
vga: remove unused variable
--- a/pc/vga.c
+++ b/pc/vga.c
@@ -50,9 +50,6 @@
vga_scroll()
{
uint16 c;
- char *s;
-
- s = malloc(10);
c = vga_char(' ', vga_color);
for(int i = 0 ; i < VGA_WIDTH * VGA_HEIGHT ; i++)