diff options
Diffstat (limited to 'sim/common/sim-utils.h')
-rw-r--r-- | sim/common/sim-utils.h | 7 |
1 files changed, 0 insertions, 7 deletions
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); |