Index: firmware/lib/cgptlib/include/gpt.h |
diff --git a/firmware/lib/cgptlib/include/gpt.h b/firmware/lib/cgptlib/include/gpt.h |
index b55f921a56bcdc6dbdacdfa3f19b6fbe2bee6477..b13b221099dfd86e7a51688b16ff43c53fcf9e01 100644 |
--- a/firmware/lib/cgptlib/include/gpt.h |
+++ b/firmware/lib/cgptlib/include/gpt.h |
@@ -62,10 +62,6 @@ typedef struct { |
#define GUID_EXPECTED_SIZE GUID_SIZE |
-/* Some constant values */ |
-extern const Guid guid_unused; |
-extern const Guid guid_chromeos_kernel; |
- |
/* GPT header defines how many partitions exist on a drive and sectors managed. |
* For every drive device, there are 2 headers, primary and secondary. |
* Most of fields are duplicated except my_lba and entries_lba. |