diff options
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); /* |