From 2a585dc4ed3ad605487d00148b906325ff915a5c Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 2 Nov 2009 13:42:25 +0000 Subject: Leftover unused variable :-/. --- client.c | 1 - 1 file changed, 1 deletion(-) diff --git a/client.c b/client.c index c41c669e..4d5fd696 100644 --- a/client.c +++ b/client.c @@ -46,7 +46,6 @@ struct imsgbuf * client_init(char *path, int cmdflags, int flags) { struct sockaddr_un sa; - struct stat sb; size_t size; int fd, mode; char rpathbuf[MAXPATHLEN]; -- cgit