diff options
Diffstat (limited to 'gdb/common/ptid.c')
-rw-r--r-- | gdb/common/ptid.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/common/ptid.c b/gdb/common/ptid.c index b9a331a..22d79e2 100644 --- a/gdb/common/ptid.c +++ b/gdb/common/ptid.c @@ -24,11 +24,3 @@ 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; -} |