diff options
Diffstat (limited to 'sim/common/sim-load.c')
-rw-r--r-- | sim/common/sim-load.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sim/common/sim-load.c b/sim/common/sim-load.c index c140beb..3269952 100644 --- a/sim/common/sim-load.c +++ b/sim/common/sim-load.c @@ -172,8 +172,6 @@ sim_load_file (sd, myname, callback, prog, prog_bfd, verbose_p, lma_p, do_write) static void xprintf VPARAMS ((host_callback *callback, const char *fmt, ...)) { - host_callback *callback; - char *fmt; va_list ap; VA_START (ap, fmt); @@ -186,8 +184,6 @@ xprintf VPARAMS ((host_callback *callback, const char *fmt, ...)) static void eprintf VPARAMS ((host_callback *callback, const char *fmt, ...)) { - host_callback *callback; - char *fmt; va_list ap; VA_START (ap, fmt); |