Remove us specific dmadata table (#1801)

This commit is contained in:
Derek Hensley 2025-03-24 07:01:04 -07:00 committed by GitHub
parent 9ca02c79b5
commit 03f12527e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1568 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,5 @@
/** /**
* Select dmadata table for version * Select dmadata table for version
*/ */
#ifdef NON_MATCHING // dmadata is generated from the specfile segments
// For non-matching builds, dmadata is generated from the specfile segments
#include "dmadata/dmadata_table_spec.h" #include "dmadata/dmadata_table_spec.h"
#else
#include "dmadata/dmadata_table_us.h"
#endif