summaryrefslogtreecommitdiff
path: root/gdb/common/ptid.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/common/ptid.c')
-rw-r--r--gdb/common/ptid.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/common/ptid.c b/gdb/common/ptid.c
index 9bf6e2d9a92..e0f62b10f1a 100644
--- a/gdb/common/ptid.c
+++ b/gdb/common/ptid.c
@@ -36,14 +36,6 @@ ptid_equal (const ptid_t &ptid1, const ptid_t &ptid2)
/* See ptid.h. */
int
-ptid_tid_p (const ptid_t &ptid)
-{
- return ptid.tid_p ();
-}
-
-/* See ptid.h. */
-
-int
ptid_match (const ptid_t &ptid, const ptid_t &filter)
{
return ptid.matches (filter);