diff options
| author | Markus Armbruster | 2013-06-14 13:15:02 +0200 |
|---|---|---|
| committer | Anthony Liguori | 2013-06-19 21:10:42 +0200 |
| commit | a86b35f992f107323e432c0a96107e11e1b699ad (patch) | |
| tree | bdcfefbf2deb9075f9d5b544ab8dac5be48a475d /include | |
| parent | vl: Clean up parsing of -boot option argument (diff) | |
| download | qemu-a86b35f992f107323e432c0a96107e11e1b699ad.tar.gz qemu-a86b35f992f107323e432c0a96107e11e1b699ad.tar.xz qemu-a86b35f992f107323e432c0a96107e11e1b699ad.zip | |
qemu-option: check_params() is now unused, drop it
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
Message-id: 1371208516-7857-3-git-send-email-armbru@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/qemu/option.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/qemu/option.h b/include/qemu/option.h index bdb6d218b4..a83c700323 100644 --- a/include/qemu/option.h +++ b/include/qemu/option.h @@ -55,8 +55,6 @@ int get_next_param_value(char *buf, int buf_size, const char *tag, const char **pstr); int get_param_value(char *buf, int buf_size, const char *tag, const char *str); -int check_params(char *buf, int buf_size, - const char * const *params, const char *str); /* |
