]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qapi-schema/reserved-member-u.json
qapi: Back out doc comments added just to please qapi.py
[mirror_qemu.git] / tests / qapi-schema / reserved-member-u.json
index 3a578e5b567acd3a6010491b44250499a006da59..1eaf0f301c68e906d29f82331600dd53c30ee8f4 100644 (file)
@@ -4,8 +4,4 @@
 # This is true even for non-unions, because it is possible to convert a
 # struct to flat union while remaining backwards compatible in QMP.
 # TODO - we could munge the member name to 'q_u' to avoid the collision
-
-##
-# @Oops:
-##
 { 'struct': 'Oops', 'data': { 'u': 'str' } }