forked from Imagelibrary/binutils-gdb
gdb/
Code cleanup. * target.c (push_target): Return only void. Remove the return value comment. * target.h (push_target): Return only void.
This commit is contained in:
@@ -1414,7 +1414,7 @@ int target_verify_memory (const gdb_byte *data,
|
||||
|
||||
extern void add_target (struct target_ops *);
|
||||
|
||||
extern int push_target (struct target_ops *);
|
||||
extern void push_target (struct target_ops *);
|
||||
|
||||
extern int unpush_target (struct target_ops *);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user