From ec609656fc12573c35e2bca58d9b1451fb7e4cf2 Mon Sep 17 00:00:00 2001 From: Cao jin Date: Thu, 18 Feb 2016 16:18:56 +0800 Subject: [PATCH] remove comment for nonexistent structure member Signed-off-by: Cao jin Signed-off-by: Michael Tokarev --- include/sysemu/hostmem.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/sysemu/hostmem.h b/include/sysemu/hostmem.h index a19801d20b..4d6617eab7 100644 --- a/include/sysemu/hostmem.h +++ b/include/sysemu/hostmem.h @@ -44,7 +44,6 @@ struct HostMemoryBackendClass { * * @parent: opaque parent object container * @size: amount of memory backend provides - * @id: unique identification string in memdev namespace * @mr: MemoryRegion representing host memory belonging to backend */ struct HostMemoryBackend {