Move some declarations to source.h
[deliverable/binutils-gdb.git] / gdb / target.c
index ea2ad3f00c1b7c38260e94d050ea4ffc7d5bce58..db7c09ba0f3b0ed3996cc8ecc79764eff6ddfdf8 100644 (file)
@@ -3645,14 +3645,6 @@ target_ranged_break_num_registers (void)
 
 /* See target.h.  */
 
-int
-target_supports_btrace (enum btrace_format format)
-{
-  return current_target.to_supports_btrace (&current_target, format);
-}
-
-/* See target.h.  */
-
 struct btrace_target_info *
 target_enable_btrace (ptid_t ptid, const struct btrace_config *conf)
 {
This page took 0.025563 seconds and 4 git commands to generate.