summaryrefslogtreecommitdiff
path: root/gdb/regformats
diff options
context:
space:
mode:
authorYao Qi <yao.qi@linaro.org>2017-06-06 16:42:45 +0100
committerYao Qi <yao.qi@linaro.org>2017-06-06 16:42:45 +0100
commitf4a6504277d861057aedd2b88369493d644935c6 (patch)
tree3d0cd178d57fd6199e9269558f43e09db141bb52 /gdb/regformats
parent9f7fb0aa2b6eb9fb185c1c2ae4159d783acadc0e (diff)
Remove declaration of set_register_cache from regdef.h
Function set_register_cache was removed by 3aee891821f538cfb4e0a08a26196c70127f1474 ([GDBserver] Multi-process + multi-arch), so this patch removes the declaration too. gdb: 2017-06-06 Yao Qi <yao.qi@linaro.org> * regformats/regdef.h (set_register_cache): Remove the declaration.
Diffstat (limited to 'gdb/regformats')
-rw-r--r--gdb/regformats/regdef.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/regformats/regdef.h b/gdb/regformats/regdef.h
index 3960a459d1..de7a010ec7 100644
--- a/gdb/regformats/regdef.h
+++ b/gdb/regformats/regdef.h
@@ -36,9 +36,4 @@ struct reg
int size;
};
-/* Set the current remote protocol and register cache according to the array
- ``regs'', with ``n'' elements. */
-
-void set_register_cache (struct reg *regs, int n);
-
#endif /* REGDEF_H */