From 54e66d16e880f84a56caf1fd4ac9a5ffc3568bc3 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 27 Jun 2021 23:19:06 -0400 Subject: sim: callback: drop unused printf helpers These cover functions aren't used anywhere, so drop them. There was one caller, but it's old DOS code that most likely hasn't been tested in years, so just delete that too. --- sim/common/sim-utils.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sim/common/sim-utils.h') diff --git a/sim/common/sim-utils.h b/sim/common/sim-utils.h index bfc8ac7..1af4ea2 100644 --- a/sim/common/sim-utils.h +++ b/sim/common/sim-utils.h @@ -73,13 +73,6 @@ void sim_do_commandf (SIM_DESC sd, const char *fmt, ...) ATTRIBUTE_PRINTF (2, 3); -/* These are defined in callback.c as cover functions to the vprintf - callbacks. */ - -void sim_cb_printf (host_callback *, const char *, ...); -void sim_cb_eprintf (host_callback *, const char *, ...); - - /* sim-basics.h defines a number of enumerations, convert each of them to a string representation */ const char *map_to_str (unsigned map); -- cgit v1.1