]> git.eshelyaron.com Git - emacs.git/commit
Remove some unnecessary #ifdef directives
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 23 Apr 2019 20:51:07 +0000 (13:51 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 23 Apr 2019 20:51:57 +0000 (13:51 -0700)
commit51595f5340d141e5f1e7b2a4d858abfa9b12c43e
tree4e61f686d4280eba002ea0179ec623785e96172b
parent26f9a77f2478fb73bc82f12b3285c5f8cd7eb9f3
Remove some unnecessary #ifdef directives

These directives are in files that are compiled only if the
symbols are defined.
* src/gfilenotify.c: Remove unnecessary ‘#ifdef HAVE_GFILENOTIFY’.
* src/inotify.c: Remove unnecessary ‘#ifdef HAVE_INOTIFY’.
* src/kqueue.c: Remove unnecessary ‘#ifdef HAVE_KQUEUE’.
src/gfilenotify.c
src/inotify.c
src/kqueue.c