Simplify tui_source_window_base::maybe_update method
[deliverable/binutils-gdb.git] / gdb / tui / tui-disasm.h
index a4b04e4ddd59046162301e2fef1411805f904790..28f87c67eed3fa46adb1be3dac6b0cb642ddb2c5 100644 (file)
@@ -44,9 +44,7 @@ struct tui_disasm_window : public tui_source_window_base
 
   bool location_matches_p (struct bp_location *loc, int line_no) override;
 
-  void maybe_update (struct frame_info *fi, symtab_and_line sal,
-                    int line_no, CORE_ADDR addr)
-    override;
+  void maybe_update (struct frame_info *fi, symtab_and_line sal) override;
 
   void erase_source_content () override
   {
This page took 0.022898 seconds and 4 git commands to generate.