This commit is contained in:
John Keiser 2020-06-22 10:55:22 -07:00
parent 52e3c063c5
commit b4b968ff44
1 changed files with 0 additions and 2 deletions

View File

@ -24,8 +24,6 @@ private:
size_t idx; size_t idx;
}; };
constexpr const int TITLE_SIZE = 12;
// Routines to print masks and text for debugging bitmask operations // Routines to print masks and text for debugging bitmask operations
UNUSED static char * format_input_text_64(const uint8_t *text) { UNUSED static char * format_input_text_64(const uint8_t *text) {
static char *buf = (char*)malloc(sizeof(simd8x64<uint8_t>) + 1); static char *buf = (char*)malloc(sizeof(simd8x64<uint8_t>) + 1);