diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index a8ad44491fa..ac154b587e6 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -6915,7 +6915,6 @@ or memory information can't be obtained, return nil. */) | |||
| 6915 | (uintmax_t) freeswap / 1024); | 6915 | (uintmax_t) freeswap / 1024); |
| 6916 | else | 6916 | else |
| 6917 | return Qnil; | 6917 | return Qnil; |
| 6918 | } | ||
| 6919 | #else /* not HAVE_LINUX_SYSINFO, not WINDOWSNT, not MSDOS */ | 6918 | #else /* not HAVE_LINUX_SYSINFO, not WINDOWSNT, not MSDOS */ |
| 6920 | /* FIXME: add more systems. */ | 6919 | /* FIXME: add more systems. */ |
| 6921 | return Qnil; | 6920 | return Qnil; |