]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/mi/mi-interp.c
* gdbarch.sh: Remove deprecated_register_byte.
[thirdparty/binutils-gdb.git] / gdb / mi / mi-interp.c
index 8e6c9b5bc2461086b11ccbd31c019d607aac1309..a8ffa0fa2d17cca13fc8ddaf16cf87f47bc03079 100644 (file)
@@ -70,10 +70,6 @@ mi_interpreter_init (void)
 {
   struct mi_interp *mi = XMALLOC (struct mi_interp);
 
-  /* Why is this a part of the mi architecture? */
-
-  mi_setup_architecture_data ();
-
   /* HACK: We need to force stdout/stderr to point at the console.  This avoids
      any potential side effects caused by legacy code that is still
      using the TUI / fputs_unfiltered_hook.  So we set up output channels for