From 50ef34933ba3e846605d52a96619323e12887959 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 6 May 2009 21:43:59 -0700 Subject: Clear many compiler & sparse warnings Signed-off-by: Alan Coopersmith --- print_shm.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'print_shm.c') diff --git a/print_shm.c b/print_shm.c index aad6d28..02a30d9 100644 --- a/print_shm.c +++ b/print_shm.c @@ -42,10 +42,6 @@ MitshmQueryVersion (FD fd, const unsigned char *buf) void MitshmQueryVersionReply (FD fd, const unsigned char *buf) { - short n; - long m; - long k; - PrintField(RBf, 0, 1, REPLY, REPLYHEADER) /* MitshmRequest reply */ ; if (Verbose < 1) return; @@ -143,10 +139,6 @@ MitshmGetImage (FD fd, const unsigned char *buf) void MitshmGetImageReply (FD fd, const unsigned char *buf) { - short n; - long m; - long k; - PrintField(RBf, 0, 1, REPLY, REPLYHEADER) /* MitshmRequest reply */ ; if (Verbose < 1) return; -- cgit v1.2.1