From: Alberto Garcia Date: Fri, 25 Nov 2016 11:27:45 +0000 (+0200) Subject: qcow2: Remove stale comment X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.2~10^2~14^2~5^2~20^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a8b99dd51649672cb08458a25a762687e8067715;p=sdk%2Femulator%2Fqemu.git qcow2: Remove stale comment We haven't been using CONFIG_MADVISE since 02d0e095031b7fda77de8b Signed-off-by: Alberto Garcia Signed-off-by: Kevin Wolf --- diff --git a/block/qcow2-cache.c b/block/qcow2-cache.c index ab8ee2d330..1d25147392 100644 --- a/block/qcow2-cache.c +++ b/block/qcow2-cache.c @@ -22,7 +22,6 @@ * THE SOFTWARE. */ -/* Needed for CONFIG_MADVISE */ #include "qemu/osdep.h" #include "block/block_int.h" #include "qemu-common.h"