From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c2fzX-00067z-T6 for qemu-devel@nongnu.org; Fri, 04 Nov 2016 11:01:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c2fzT-0007no-2X for qemu-devel@nongnu.org; Fri, 04 Nov 2016 11:01:15 -0400 From: Alberto Garcia Date: Fri, 4 Nov 2016 17:00:48 +0200 Message-Id: <20161104150048.17344-1-berto@igalia.com> Subject: [Qemu-devel] [PATCH] qcow2: Remove stale FIXME comment List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-block@nongnu.org, Kevin Wolf , Alberto Garcia It was from the time when none of the global functions had a qcow2_ prefix. Signed-off-by: Alberto Garcia --- block/qcow2.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/block/qcow2.h b/block/qcow2.h index 92203a8..1823414 100644 --- a/block/qcow2.h +++ b/block/qcow2.h @@ -473,8 +473,6 @@ static inline uint64_t refcount_diff(uint64_t r1, uint64_t r2) return r1 > r2 ? r1 - r2 : r2 - r1; } -// FIXME Need qcow2_ prefix to global functions - /* qcow2.c functions */ int qcow2_backing_read1(BlockDriverState *bs, QEMUIOVector *qiov, int64_t sector_num, int nb_sectors); -- 2.10.1