[LTP] [RFC PATCH 1/6] API: Make some internal symbols static
Petr Vorel
pvorel@suse.cz
Tue May 18 09:57:35 CEST 2021
Hi Richie,
> These do not appear to be referenced anywhere outside the library.
> diff --git a/include/old/test.h b/include/old/test.h
> index 2ae7dba71..a8994c08e 100644
> --- a/include/old/test.h
> +++ b/include/old/test.h
> @@ -113,7 +113,6 @@ void tst_parse_opts(int argc, char *argv[], const option_t *user_optarg,
> void (*user_help)(void));
> /* lib/tst_res.c */
> -const char *strttype(int ttype);
I would not touch legacy API, but this looks to be safe.
Reviewed-by: Petr Vorel <pvorel@suse.cz>
Kind regards,
Petr
More information about the ltp
mailing list