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) | |||
| 264 | report_file_error ("New list not empty", new_dl); | 264 | report_file_error ("New list not empty", new_dl); |
| 265 | if (! NILP (pending_dl)) | 265 | if (! NILP (pending_dl)) |
| 266 | report_file_error ("Pending events list not empty", pending_dl); | 266 | report_file_error ("Pending events list not empty", pending_dl); |
| 267 | // if (! NILP (deleted_dl)) | ||
| 268 | // report_file_error ("Deleted events list not empty", deleted_dl); | ||
| 269 | 267 | ||
| 270 | /* Replace old directory listing with the new one. */ | 268 | /* Replace old directory listing with the new one. */ |
| 271 | XSETCDR (Fnthcdr (make_number (3), watch_object), | 269 | XSETCDR (Fnthcdr (make_number (3), watch_object), |