diff options
author | Cao jin | 2016-02-18 09:18:56 +0100 |
---|---|---|
committer | Michael Tokarev | 2016-05-18 14:04:26 +0200 |
commit | ec609656fc12573c35e2bca58d9b1451fb7e4cf2 (patch) | |
tree | d1fe987aef45d0e2b442ca0fc99e838f8e0d4b6b | |
parent | s390: remove misleading comment (diff) | |
download | qemu-ec609656fc12573c35e2bca58d9b1451fb7e4cf2.tar.gz qemu-ec609656fc12573c35e2bca58d9b1451fb7e4cf2.tar.xz qemu-ec609656fc12573c35e2bca58d9b1451fb7e4cf2.zip |
remove comment for nonexistent structure member
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r-- | include/sysemu/hostmem.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |