Remove unnecessary null_cleanup
[deliverable/binutils-gdb.git] / gdb / break-catch-syscall.c
index 602aba4e935ff9f832f1ac2fb1c5ca2443585c43..63b8cd296e2414bbf91b00ac7977d629e20f2db9 100644 (file)
@@ -158,7 +158,7 @@ insert_catch_syscall (struct bp_location *bl)
    catchpoints.  */
 
 static int
-remove_catch_syscall (struct bp_location *bl)
+remove_catch_syscall (struct bp_location *bl, enum remove_bp_reason reason)
 {
   struct syscall_catchpoint *c = (struct syscall_catchpoint *) bl->owner;
   struct inferior *inf = current_inferior ();
This page took 0.023883 seconds and 4 git commands to generate.