summaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-05-15 03:56:30 +0000
committerAndrew Cagney <cagney@redhat.com>2000-05-15 03:56:30 +0000
commit74517aea930fd91b2e66ffa6d0581e068a31d3cb (patch)
tree611b5b52f9d6044899e91404128bdf4fc0164ef8 /gdb/defs.h
parent4c180a88e2c9ba2e9eb5a68c501ab7df5c1dbdea (diff)
downloadgdb-74517aea930fd91b2e66ffa6d0581e068a31d3cb.tar.gz
Move core_addr_lessthan and core_addr_greaterthan to arch-utils.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 38e40828c3c..aa8987dda56 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -106,10 +106,6 @@ typedef bfd_vma CORE_ADDR;
#endif /* ! LONGEST */
-extern int core_addr_lessthan (CORE_ADDR lhs, CORE_ADDR rhs);
-extern int core_addr_greaterthan (CORE_ADDR lhs, CORE_ADDR rhs);
-
-
#ifndef min
#define min(a, b) ((a) < (b) ? (a) : (b))
#endif