From: Michael Farrell Date: Mon, 17 Sep 2018 06:35:45 +0000 (+1000) Subject: Remove unused functions le32toh, le24toh, hextobinstring, binarraytobinstring, print_... X-Git-Tag: v3.1.0~17 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/82258709f6c66a06c4f09dc902128c2d1eb41389?hp=82258709f6c66a06c4f09dc902128c2d1eb41389 Remove unused functions le32toh, le24toh, hextobinstring, binarraytobinstring, print_hex, print_hex_break, sprint_hex_ascii, sprint_ascii, SwapEndian64ex (#667) * Remove unused method le32toh. * Delete unused function le24toh * Remove unused functions hextobinstring, binarraytobinstring * Remove unused functions print_hex, print_hex_break * Delete unused functions sprint_hex_ascii, sprint_ascii * Remove unused function SwapEndian64ex ---