]> Zhao Yanbai Git Server - minix.git/commitdiff
Remove unused variable
authorThomas Veerman <thomas@minix3.org>
Thu, 12 Jan 2012 16:58:55 +0000 (16:58 +0000)
committerThomas Veerman <thomas@minix3.org>
Mon, 16 Jan 2012 10:12:29 +0000 (10:12 +0000)
servers/avfs/path.c

index 84e9b389b3085099ae1afa828ddaea7cb9488888..2ac2eece068e91ead843ac24b1cdad7be63949cf 100644 (file)
@@ -166,7 +166,7 @@ struct fproc *rfp;
   size_t len;
   char *cp;
   char dir_entry[NAME_MAX+1];
-  struct vnode *start_dir, *res_vp, *sym_vp, *new_res_vp, *loop_start;
+  struct vnode *start_dir, *res_vp, *sym_vp, *loop_start;
   struct vmnt *sym_vmp = NULL;
   int r, symloop = 0, ret_on_symlink = 0;
   struct lookup symlink;