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 f45bd0c4c24..d1d0a612044 100644 --- a/src/kqueue.c +++ b/src/kqueue.c | |||
| @@ -268,8 +268,6 @@ kqueue_compare_dir_list (Lisp_Object watch_object) | |||
| 268 | report_file_error ("New list not empty", new_dl); | 268 | report_file_error ("New list not empty", new_dl); |
| 269 | if (! NILP (pending_dl)) | 269 | if (! NILP (pending_dl)) |
| 270 | report_file_error ("Pending events list not empty", pending_dl); | 270 | report_file_error ("Pending events list not empty", pending_dl); |
| 271 | // if (! NILP (deleted_dl)) | ||
| 272 | // report_file_error ("Deleted events list not empty", deleted_dl); | ||
| 273 | 271 | ||
| 274 | /* Replace old directory listing with the new one. */ | 272 | /* Replace old directory listing with the new one. */ |
| 275 | XSETCDR (Fnthcdr (make_number (3), watch_object), | 273 | XSETCDR (Fnthcdr (make_number (3), watch_object), |