From abd6d931946af1d9a9e13ad33b710ae51d4535e0 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Mon, 30 May 2016 11:02:19 -0400 Subject: [PATCH] ksp: fix warnings in C files --- ksp/c/ksp_acpx.c | 3 --- ksp/c/ksp_vab.c | 1 - 2 files changed, 4 deletions(-) diff --git a/ksp/c/ksp_acpx.c b/ksp/c/ksp_acpx.c index 54b9207d..a0e8dad0 100644 --- a/ksp/c/ksp_acpx.c +++ b/ksp/c/ksp_acpx.c @@ -25,9 +25,6 @@ void centerprint(int y, char *string) { int main(int argc, char **argv) { - int x,y,z; - int stages; - int s; home(); diff --git a/ksp/c/ksp_vab.c b/ksp/c/ksp_vab.c index e448e2f0..2ec3f06f 100644 --- a/ksp/c/ksp_vab.c +++ b/ksp/c/ksp_vab.c @@ -25,7 +25,6 @@ void centerprint(int y, char *string) { int main(int argc, char **argv) { - int x,y,z; int stages; int s;