]> code.delx.au - gnu-emacs/blobdiff - src/gfilenotify.c
Handle NULL pointers in w32heap.c allocation routines
[gnu-emacs] / src / gfilenotify.c
index e03bec93541a4591b42af199ed9fc5a4c9d11310..08713a8fce3dc50385502b30daec63ed5676fd86 100644 (file)
@@ -236,10 +236,7 @@ globals_of_gfilenotify (void)
 void
 syms_of_gfilenotify (void)
 {
-  DEFSYM (Qgfile_add_watch, "gfile-add-watch");
   defsubr (&Sgfile_add_watch);
-
-  DEFSYM (Qgfile_rm_watch, "gfile-rm-watch");
   defsubr (&Sgfile_rm_watch);
 
   /* Filter objects.  */