case-map: Remove buggy and unused case_map_clone().
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 4 Mar 2023 01:55:12 +0000 (17:55 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 5 Mar 2023 19:23:16 +0000 (11:23 -0800)
commite0b27f6f4cde2d52508db337c76ea81a8ca8ee79
tree1d1bffd25763d527817574dadbb73ceac407059f
parent2891092322c530609ebfc132b6d0e62f515946db
case-map: Remove buggy and unused case_map_clone().

The xmemdup() in the implementation copied 'old->proto' to 'new->map',
which can't possibly work.  We could fix it but it wasn't used anyway.
src/data/case-map.c
src/data/case-map.h