commit cf6badbbaa4754e33b00a7ecdec8cba9ae7eecb8 from: Omar Polo date: Wed Feb 08 10:06:05 2023 UTC drop now unused xmalloc() commit - 1cd87bff4e4e7ad426cefbbfd3a638c2812c69a7 commit + cf6badbbaa4754e33b00a7ecdec8cba9ae7eecb8 blob - d599b40bf565f14476575ba1024a75e081c343c4 blob + 584b4869df670e64b701797e031fe142b584af5c --- fm.c +++ fm.c @@ -180,16 +180,6 @@ quit(const char *reason) fflush(stderr); errno = saved_errno; err(1, "%s", reason); -} - -static inline void * -xmalloc(size_t size) -{ - void *d; - - if ((d = malloc(size)) == NULL) - quit("malloc"); - return d; } static inline void *