Index: include/lib/vpd_tables.h |
diff --git a/include/lib/vpd_tables.h b/include/lib/vpd_tables.h |
index 8b6999f942abd658c6e536bc84d0f360b0b2e90d..44ab6f48d04694d8697d48b1018e2225d3d323f5 100644 |
--- a/include/lib/vpd_tables.h |
+++ b/include/lib/vpd_tables.h |
@@ -102,16 +102,4 @@ struct vpd_table_binary_blob_pointer { |
#define VPD_MAX_STRINGS 10 |
#define VPD_MAX_STRING_LENGTH 64 |
-/* One structure to rule them all */ |
-struct vpd_table { |
- struct vpd_header header; |
- union { |
- struct vpd_table_firmware firmware; |
- struct vpd_table_system system; |
- struct vpd_table_binary_blob_pointer blob; |
- uint8_t data[1024]; |
- } data; |
- char string[VPD_MAX_STRINGS][VPD_MAX_STRING_LENGTH]; |
-}; |
- |
#endif /* __LIB_VPD_TABLES_H__ */ |