]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/common/ptid.h
Remove ptid_equal
[thirdparty/binutils-gdb.git] / gdb / common / ptid.h
index 2fc84b9c85688e2adda5d43fc17d02db52cb4191..03f532185a850459c49720534a04b91fba163bdd 100644 (file)
@@ -152,12 +152,4 @@ extern ptid_t null_ptid;
 
 extern ptid_t minus_one_ptid;
 
-
-/* The following functions are kept for backwards compatibility.  The use of
-   the ptid_t methods is preferred.  */
-
-/* See ptid_t::operator== and ptid_t::operator!=.  */
-
-extern int ptid_equal (const ptid_t &ptid1, const ptid_t &ptid2);
-
 #endif