diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-23 23:03:09 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-10-01 08:55:30 -0700 |
commit | ea921932dae7049b231bead7f8f3f088d7beaf9e (patch) | |
tree | 9b05820f2cb7df67f4c6c0392fbc0e7b24609994 /Xtranslcl.c | |
parent | c1968d10f97d62ac05d698822c2688151f70a9eb (diff) |
Fix unused variable warnings
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'Xtranslcl.c')
-rw-r--r-- | Xtranslcl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Xtranslcl.c b/Xtranslcl.c index 8be8a58..af935b0 100644 --- a/Xtranslcl.c +++ b/Xtranslcl.c @@ -840,7 +840,6 @@ static int TRANS(NAMEDResetListener) (XtransConnInfo ciptr) { - int status = TRANS_RESET_NOOP; struct sockaddr_un *sockname=(struct sockaddr_un *) ciptr->addr; struct stat statb; |