Leftover unused variable :-/.

This commit is contained in:
Nicholas Marriott 2009-11-02 13:42:25 +00:00
parent 42fd44f1db
commit 2a585dc4ed

View File

@ -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];