It is unused.
gdb/ChangeLog:
	* dwarf2read.c (mapped_index) <total_size>: Remove.
+2018-05-18  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * dwarf2read.c (mapped_index) <total_size>: Remove.
+
 2018-05-18  Simon Marchi  <simon.marchi@ericsson.com>
 
        * unittests/format_pieces-selftests.c (test_format_specifier):
 
   /* Index data format version.  */
   int version;
 
-  /* The total length of the buffer.  */
-  off_t total_size;
-
   /* The address table data.  */
   gdb::array_view<const gdb_byte> address_table;
 
     return 0;
 
   map->version = version;
-  map->total_size = section->size;
 
   metadata = (offset_type *) (addr + sizeof (offset_type));