From: Markus Armbruster Date: Mon, 2 Oct 2017 15:25:47 +0000 (+0200) Subject: os-posix: Drop misleading comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=429cc0d31f5a5063caedc4567b97999c7191374e;p=qemu.git os-posix: Drop misleading comment Comments explaining why we include a header tend to go bad. This one's almost comical: not only doesn't qemu-options.hx use MAP_POPULATE anymore (since commit ef36fa1, v2.0.0, 2013), even the include it applies to got moved away in commit 02d0e09 (v2.7.0). Signed-off-by: Markus Armbruster Reviewed-by: Marc-André Lureau Signed-off-by: Michael Tokarev --- diff --git a/os-posix.c b/os-posix.c index 92e9d85215..b9c2343b1e 100644 --- a/os-posix.c +++ b/os-posix.c @@ -25,7 +25,6 @@ #include "qemu/osdep.h" #include -/*needed for MAP_POPULATE before including qemu-options.h */ #include #include #include