sim: device_error: punt
[external/binutils.git] / sim / m32r / devices.c
index 48f580b..62a9b6f 100644 (file)
@@ -1,5 +1,5 @@
 /* m32r device support
 /* m32r device support
-   Copyright (C) 1997, 1998, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 1997-2015 Free Software Foundation, Inc.
    Contributed by Cygnus Solutions.
 
 This file is part of GDB, the GNU debugger.
    Contributed by Cygnus Solutions.
 
 This file is part of GDB, the GNU debugger.
@@ -99,8 +99,3 @@ device_io_write_buffer (device *me, const void *source, int space,
 
   return nr_bytes;
 }
 
   return nr_bytes;
 }
-
-void
-device_error (device *me, char *message, ...)
-{
-}