]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/lm32/sim-if.c
Update years in copyright notice for the GDB files.
[thirdparty/binutils-gdb.git] / sim / lm32 / sim-if.c
index c7b569e37369224c08c9999d1a47d23fb88204d8..be960c95dcbecf79572a96f61990ec15a3c31346 100644 (file)
@@ -1,7 +1,7 @@
 /* Main simulator entry points specific to Lattice Mico32.
    Contributed by Jon Beniston <jon@beniston.com>
    
-   Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2009-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -279,12 +279,3 @@ sim_create_inferior (sd, abfd, argv, envp)
 
   return SIM_RC_OK;
 }
-
-void
-sim_do_command (sd, cmd)
-     SIM_DESC sd;
-     char *cmd;
-{
-  if (sim_args_command (sd, cmd) != SIM_RC_OK)
-    sim_io_eprintf (sd, "Unknown command `%s'\n", cmd);
-}