]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Remove gdb_index_unpack
authorTom Tromey <tromey@adacore.com>
Wed, 15 Jan 2025 23:18:29 +0000 (16:18 -0700)
committerTom Tromey <tromey@adacore.com>
Fri, 17 Jan 2025 15:52:04 +0000 (08:52 -0700)
gdb_index_unpack is not used and can be removed.  The include of
extract-store-integer.h is also no longer needed by this file.

Approved-By: Andrew Burgess <aburgess@redhat.com>
gdb/dwarf2/index-common.h

index b9e0a632508dea68403c0d686ea9d6c6d8b02bbc..ca377213edc78b00442b973cd5c4df3e3f5f1790 100644 (file)
@@ -20,7 +20,6 @@
 #ifndef GDB_DWARF2_INDEX_COMMON_H
 #define GDB_DWARF2_INDEX_COMMON_H
 
-#include "extract-store-integer.h"
 #include "hashtab.h"
 
 /* The suffix for an index file.  */
    architecture-independent.  */
 typedef uint32_t offset_type;
 
-/* Unpack a 32-bit little-endian value.  */
-
-static inline offset_type
-gdb_index_unpack (const gdb_byte *value)
-{
-  return (offset_type) extract_unsigned_integer (value, sizeof (offset_type),
-                                                BFD_ENDIAN_LITTLE);
-}
-
 /* The hash function for strings in the mapped index.  This is the same as
    SYMBOL_HASH_NEXT, but we keep a separate copy to maintain control over the
    implementation.  This is necessary because the hash function is tied to the