]> git.lizzy.rs Git - plan9front.git/commitdiff
access: unused variable
authorppatience0 <ppatience0@gmail.com>
Mon, 6 May 2013 23:35:03 +0000 (19:35 -0400)
committerppatience0 <ppatience0@gmail.com>
Mon, 6 May 2013 23:35:03 +0000 (19:35 -0400)
sys/src/ape/lib/ap/plan9/access.c

index 527af63ee5e2fb776739cca07efffaddfdef6d72..971accb178d95542179db0c42cc77ef19b6e6875 100644 (file)
@@ -11,7 +11,7 @@
 int
 access(const char *name, int mode)
 {
-       int fd, n;
+       int fd;
        Dir *db;
        struct stat st;
        static char omode[] = {