From f92b38b100a5e020abeb970d11f6eeeb20021a37 Mon Sep 17 00:00:00 2001 From: Nelson Ferreira Date: Fri, 3 Apr 2020 08:05:47 -0400 Subject: [PATCH] Remove #if 0 varargs * src/dired.c(Fdirectory_files_recur): Remove #if 0 for vargars definition. Signed-off-by: Nelson Ferreira --- src/dired.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/dired.c b/src/dired.c index 981edaf..7213fb3 100644 --- a/src/dired.c +++ b/src/dired.c @@ -717,9 +717,6 @@ to put results in addition to the ordinary result list. */ (directory, full, match, result_type, files_only, maxdepth, symlink_is_file, bloom_filter)) -#if 0 - (int nargs, Lisp_Object *args)) -#endif { Lisp_Object handler = Qnil, result = Qnil; #if !defined HAVE_BDWGC || !defined EF_USE_BDWGC -- 2.25.1