xdgmime: Don't warn if we have no MMAP support

This commit is contained in:
Sebastian Dröge 2009-03-01 20:12:12 +01:00
parent 39850d674e
commit 8c4584aa56

View file

@ -41,8 +41,6 @@
#ifdef HAVE_MMAP
#include <sys/mman.h>
#else
#warning Building xdgmime without MMAP support. Binary "mime.info" cache files will not be used.
#endif
#include <sys/stat.h>