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:
Jan Kratochvil
2010-05-23 14:23:31 +00:00
parent d23b6cb1cc
commit b26a4dcbe3
3 changed files with 9 additions and 8 deletions

View File

@@ -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 *);