Remove argument pc in get_next_pcs
[deliverable/binutils-gdb.git] / gdb / arch / arm-get-next-pcs.h
index 4a0fc16814f6a59474a4e44e33797d0759ad8e33..7cb0858cc70998910337b9d0b1f51082af225669 100644 (file)
@@ -57,7 +57,6 @@ void arm_get_next_pcs_ctor (struct arm_get_next_pcs *self,
                            struct regcache *regcache);
 
 /* Find the next possible PCs after the current instruction executes.  */
-VEC (CORE_ADDR) *arm_get_next_pcs (struct arm_get_next_pcs *self,
-                                  CORE_ADDR pc);
+VEC (CORE_ADDR) *arm_get_next_pcs (struct arm_get_next_pcs *self);
 
 #endif /* ARM_GET_NEXT_PCS_H */
This page took 0.03252 seconds and 4 git commands to generate.