Remove ptid_equal
[deliverable/binutils-gdb.git] / gdb / common / ptid.c
index b9a331ad5eae35935a6a597743a07fd4d111d668..22d79e2e4130a9c33b339b86639acd5e9a492c1c 100644 (file)
 
 ptid_t null_ptid = ptid_t::make_null ();
 ptid_t minus_one_ptid = ptid_t::make_minus_one ();
-
-/* See ptid.h.  */
-
-int
-ptid_equal (const ptid_t &ptid1, const ptid_t &ptid2)
-{
-  return ptid1 == ptid2;
-}
This page took 0.025185 seconds and 4 git commands to generate.