mirror of https://github.com/xemu-project/xemu.git
qemu-img: remove references to GEN_DOCS
Nothing seemingly uses this.
(jcody: commit 77bd1119ba
even mentions that it appears unused)
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Jeff Cody <jcody@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
83e6da02b6
commit
183861456d
|
@ -123,7 +123,6 @@ static void QEMU_NORETURN help(void)
|
||||||
" " arg_string "\n"
|
" " arg_string "\n"
|
||||||
#include "qemu-img-cmds.h"
|
#include "qemu-img-cmds.h"
|
||||||
#undef DEF
|
#undef DEF
|
||||||
#undef GEN_DOCS
|
|
||||||
"\n"
|
"\n"
|
||||||
"Command parameters:\n"
|
"Command parameters:\n"
|
||||||
" 'filename' is a disk image filename\n"
|
" 'filename' is a disk image filename\n"
|
||||||
|
@ -4716,7 +4715,6 @@ static const img_cmd_t img_cmds[] = {
|
||||||
{ option, callback },
|
{ option, callback },
|
||||||
#include "qemu-img-cmds.h"
|
#include "qemu-img-cmds.h"
|
||||||
#undef DEF
|
#undef DEF
|
||||||
#undef GEN_DOCS
|
|
||||||
{ NULL, NULL, },
|
{ NULL, NULL, },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,6 @@
|
||||||
#undef DEF
|
#undef DEF
|
||||||
#undef DEFHEADING
|
#undef DEFHEADING
|
||||||
#undef ARCHHEADING
|
#undef ARCHHEADING
|
||||||
#undef GEN_DOCS
|
|
||||||
|
|
||||||
#undef QEMU_OPTIONS_GENERATE_ENUM
|
#undef QEMU_OPTIONS_GENERATE_ENUM
|
||||||
#undef QEMU_OPTIONS_GENERATE_HELP
|
#undef QEMU_OPTIONS_GENERATE_HELP
|
||||||
|
|
Loading…
Reference in New Issue