would this break anything?

This commit is contained in:
rusefillc 2022-11-26 17:04:16 -05:00
parent 8beb3fe1b7
commit 8a8c0c722b
1 changed files with 0 additions and 8 deletions

View File

@ -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