Remove unused file_string parameter in gdb_disassembly
[deliverable/binutils-gdb.git] / gdb / disasm.h
index 7bbfa31da421afba9399fd5f18d531c02bd6b7df..7374dbfe2dc073ea402c1d8850af3e3bb3c16873 100644 (file)
@@ -92,7 +92,7 @@ struct disasm_insn
 };
 
 extern void gdb_disassembly (struct gdbarch *gdbarch, struct ui_out *uiout,
-                            char *file_string, int flags, int how_many,
+                            int flags, int how_many,
                             CORE_ADDR low, CORE_ADDR high);
 
 /* Print the instruction at address MEMADDR in debugged memory,
This page took 0.02519 seconds and 4 git commands to generate.