Skip to content

Commit a9df9d8

Browse files
committed
Remove unused function
1 parent 58c71f3 commit a9df9d8

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

libretro-common/formats/libchdr/libchdr_chd.c

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -655,20 +655,6 @@ static INLINE void map_extract(const uint8_t *base, map_entry *entry)
655655
entry->flags = base[15];
656656
}
657657

658-
/*-------------------------------------------------
659-
map_assemble - write a single map
660-
entry to the datastream
661-
-------------------------------------------------*/
662-
663-
static INLINE void map_assemble(uint8_t *base, map_entry *entry)
664-
{
665-
put_bigendian_uint64_t(&base[0], entry->offset);
666-
put_bigendian_uint32_t(&base[8], entry->crc);
667-
put_bigendian_uint16(&base[12], entry->length);
668-
base[14] = entry->length >> 16;
669-
base[15] = entry->flags;
670-
}
671-
672658
/*-------------------------------------------------
673659
map_size_v5 - calculate CHDv5 map size
674660
-------------------------------------------------*/

0 commit comments

Comments
 (0)