aboutsummaryrefslogtreecommitdiff
path: root/gdb/common/ptid.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/common/ptid.h')
-rw-r--r--gdb/common/ptid.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/common/ptid.h b/gdb/common/ptid.h
index 2fc84b9..03f5321 100644
--- a/gdb/common/ptid.h
+++ b/gdb/common/ptid.h
@@ -152,12 +152,4 @@ extern ptid_t null_ptid;
extern ptid_t minus_one_ptid;
-
-/* The following functions are kept for backwards compatibility. The use of
- the ptid_t methods is preferred. */
-
-/* See ptid_t::operator== and ptid_t::operator!=. */
-
-extern int ptid_equal (const ptid_t &ptid1, const ptid_t &ptid2);
-
#endif