From b4b968ff44d72b1a31985ac1fa316835f68741af Mon Sep 17 00:00:00 2001 From: John Keiser Date: Mon, 22 Jun 2020 10:55:22 -0700 Subject: [PATCH] Fix #953 --- src/generic/stage1/buf_block_reader.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/generic/stage1/buf_block_reader.h b/src/generic/stage1/buf_block_reader.h index af47933c..7a82c5a7 100644 --- a/src/generic/stage1/buf_block_reader.h +++ b/src/generic/stage1/buf_block_reader.h @@ -24,8 +24,6 @@ private: size_t idx; }; -constexpr const int TITLE_SIZE = 12; - // Routines to print masks and text for debugging bitmask operations UNUSED static char * format_input_text_64(const uint8_t *text) { static char *buf = (char*)malloc(sizeof(simd8x64) + 1);