mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zdev: Remove misc_readlink() helper function
zdev uses util_readlink() now and there are no users left for misc_readlink() anymore. Remove it. Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com> Signed-off-by: Jan Polensky <japo@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
8ad28f7856
commit
df8aac7084
@@ -181,7 +181,6 @@ char *config_read_cmd_output(const char *, int, err_t);
|
||||
exit_code_t misc_write_text_file(const char *, const char *, err_t);
|
||||
exit_code_t misc_write_text_file_retry(const char *, const char *, err_t);
|
||||
exit_code_t misc_mktemp(char **, int *);
|
||||
char *misc_readlink(const char *path);
|
||||
config_t get_config(int act, int pers, int ac);
|
||||
bool is_zvm(void);
|
||||
bool is_terminal(void);
|
||||
|
||||
Reference in New Issue
Block a user