* dired.c (file_name_completion): Remove var that is set but not used.
[bpt/emacs.git] / src / dired.c
index 176f149..186cfd1 100644 (file)
@@ -639,8 +639,6 @@ file_name_completion (Lisp_Object file, Lisp_Object dirname, int all_flag, int v
 
       {
        Lisp_Object regexps;
-       Lisp_Object zero;
-       XSETFASTINT (zero, 0);
 
        /* Ignore this element if it fails to match all the regexps.  */
        if (completion_ignore_case)