diff --git a/tensorflow/lite/micro/tools/benchmarking/generic_model_benchmark.cc b/tensorflow/lite/micro/tools/benchmarking/generic_model_benchmark.cc index f79c10a76b7..5df20cf2b92 100644 --- a/tensorflow/lite/micro/tools/benchmarking/generic_model_benchmark.cc +++ b/tensorflow/lite/micro/tools/benchmarking/generic_model_benchmark.cc @@ -182,7 +182,6 @@ int Benchmark(const uint8_t* model_data, tflite::PrettyPrintType print_type) { constexpr bool using_compression = false; #endif // USE_TFLM_COMPRESSION - [[maybe_unused]] alignas(16) static uint8_t tensor_arena[kTensorArenaSize]; uint32_t event_handle = profiler.BeginEvent("tflite::GetModel");