Remove ptid_get_tid
[deliverable/binutils-gdb.git] / gdb / common / ptid.c
index 85cb4ca81c8f2b246a1a4e6650397136226aa70c..11ef61cf582d389892a03ddd22b392c67a82cf67 100644 (file)
@@ -27,14 +27,6 @@ ptid_t minus_one_ptid = ptid_t::make_minus_one ();
 
 /* See ptid.h.  */
 
-long
-ptid_get_tid (const ptid_t &ptid)
-{
-  return ptid.tid ();
-}
-
-/* See ptid.h.  */
-
 int
 ptid_equal (const ptid_t &ptid1, const ptid_t &ptid2)
 {
This page took 0.023877 seconds and 4 git commands to generate.