aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/target.h')
-rw-r--r--gdb/target.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/target.h b/gdb/target.h
index 482952e..5d14edb 100644
--- a/gdb/target.h
+++ b/gdb/target.h
@@ -1385,11 +1385,6 @@ private:
target_ops *m_stack[(int) debug_stratum + 1] {};
};
-/* The ops structure for our "current" target process. This should
- never be NULL. If there is no target, it points to the dummy_target. */
-
-extern target_ops *current_top_target ();
-
/* Return the dummy target. */
extern target_ops *get_dummy_target ();