Skip to content

Commit

Permalink
qemu-img: remove references to GEN_DOCS
Browse files Browse the repository at this point in the history
Nothing seemingly uses this.
(jcody: commit 77bd111 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>
  • Loading branch information
jnsnow authored and Michael Tokarev committed May 20, 2018
1 parent 83e6da0 commit 1838614
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions qemu-img.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ static void QEMU_NORETURN help(void)
" " arg_string "\n"
#include "qemu-img-cmds.h"
#undef DEF
#undef GEN_DOCS
"\n"
"Command parameters:\n"
" 'filename' is a disk image filename\n"
Expand Down Expand Up @@ -4716,7 +4715,6 @@ static const img_cmd_t img_cmds[] = {
{ option, callback },
#include "qemu-img-cmds.h"
#undef DEF
#undef GEN_DOCS
{ NULL, NULL, },
};

Expand Down
1 change: 0 additions & 1 deletion qemu-options-wrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
#undef DEF
#undef DEFHEADING
#undef ARCHHEADING
#undef GEN_DOCS

#undef QEMU_OPTIONS_GENERATE_ENUM
#undef QEMU_OPTIONS_GENERATE_HELP
Expand Down

0 comments on commit 1838614

Please sign in to comment.