diff options
Diffstat (limited to 'sim/h8300/compile.c')
-rw-r--r-- | sim/h8300/compile.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sim/h8300/compile.c b/sim/h8300/compile.c index f3f794d..e5460fa 100644 --- a/sim/h8300/compile.c +++ b/sim/h8300/compile.c @@ -4966,12 +4966,6 @@ sim_open (SIM_OPEN_KIND kind, return sd; } -void -sim_close (SIM_DESC sd, int quitting) -{ - /* Nothing to do. */ -} - /* Called by gdb to load a program into memory. */ SIM_RC |