From 8a8c0c722bc65d7c069989a281a1ade5744f461c Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sat, 26 Nov 2022 17:04:16 -0500 Subject: [PATCH] would this break anything? --- firmware/console/binary/live_data.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/firmware/console/binary/live_data.cpp b/firmware/console/binary/live_data.cpp index a2448c950f..5882b695d3 100644 --- a/firmware/console/binary/live_data.cpp +++ b/firmware/console/binary/live_data.cpp @@ -140,12 +140,6 @@ const electronic_throttle_s* getLiveDataAddr(size_t) { return nullptr; } -#if EFI_UNIT_TEST -FragmentList getLiveDataFragments() { - return { nullptr, 0 }; -} -#else - static const FragmentEntry fragments[] = { // This header is generated - do not edit by hand! #include "live_data_fragments.h" @@ -154,5 +148,3 @@ static const FragmentEntry fragments[] = { FragmentList getLiveDataFragments() { return { fragments, efi::size(fragments) }; } - -#endif