Skip to content

Commit

Permalink
remove [[maybe_unused]]
Browse files Browse the repository at this point in the history
  • Loading branch information
ddavis-2015 committed Nov 5, 2024
1 parent 40e7530 commit 7776cda
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 7776cda

Please sign in to comment.