aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.h
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2010-05-23 14:23:31 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2010-05-23 14:23:31 +0000
commitb26a4dcbe3e5f0d370485b579fe895d5059abde2 (patch)
tree0545b1596ed529d70d98b4bfe75ac572d0c4b7a7 /gdb/target.h
parentd23b6cb1cc430e21ca4f1018d48a4946ee4583d3 (diff)
downloadfsf-binutils-gdb-b26a4dcbe3e5f0d370485b579fe895d5059abde2.zip
fsf-binutils-gdb-b26a4dcbe3e5f0d370485b579fe895d5059abde2.tar.gz
fsf-binutils-gdb-b26a4dcbe3e5f0d370485b579fe895d5059abde2.tar.bz2
gdb/
Code cleanup. * target.c (push_target): Return only void. Remove the return value comment. * target.h (push_target): Return only void.
Diffstat (limited to 'gdb/target.h')
-rw-r--r--gdb/target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/target.h b/gdb/target.h
index d4bd007..6f4b660 100644
--- a/gdb/target.h
+++ b/gdb/target.h
@@ -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 *);