diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-27 23:19:06 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-29 02:00:29 -0400 |
commit | 54e66d16e880f84a56caf1fd4ac9a5ffc3568bc3 (patch) | |
tree | 7ab4c200051387b8cb3d23e9f8e58ae7130e3e50 /sim/common/sim-utils.h | |
parent | 1fb164a112015fc79ee6aa71102e8409c8172f77 (diff) | |
download | binutils-54e66d16e880f84a56caf1fd4ac9a5ffc3568bc3.zip binutils-54e66d16e880f84a56caf1fd4ac9a5ffc3568bc3.tar.gz binutils-54e66d16e880f84a56caf1fd4ac9a5ffc3568bc3.tar.bz2 |
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.
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); |