diff options
Diffstat (limited to 'src/kqueue.c')
| -rw-r--r-- | src/kqueue.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/kqueue.c b/src/kqueue.c index c848b7ff1af..49ca0c95e27 100644 --- a/src/kqueue.c +++ b/src/kqueue.c @@ -264,8 +264,6 @@ kqueue_compare_dir_list (Lisp_Object watch_object) report_file_error ("New list not empty", new_dl); if (! NILP (pending_dl)) report_file_error ("Pending events list not empty", pending_dl); - // if (! NILP (deleted_dl)) - // report_file_error ("Deleted events list not empty", deleted_dl); /* Replace old directory listing with the new one. */ XSETCDR (Fnthcdr (make_number (3), watch_object), |
