Remove ptid_tid_p
[deliverable/binutils-gdb.git] / gdb / common / ptid.c
index 9bf6e2d9a9277a2d95156a5010ca9def7a215cd0..e0f62b10f1a6ca0cf41582cef30717839b9bafed 100644 (file)
@@ -35,14 +35,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)
 {
This page took 0.024441 seconds and 4 git commands to generate.