Commit b63f970e authored by dp-arm's avatar dp-arm
Browse files

fiptool: Remove unreferenced variable `toc_entries_len`



Change-Id: If279680a71e7fa1f801d79b8bc2cd47cd9905d33
Signed-off-by: default avatardp-arm <dimitris.papastamos@arm.com>
parent 9fc9ff1f
......@@ -145,5 +145,3 @@ toc_entry_t toc_entries[] = {
.cmdline_name = NULL,
}
};
size_t toc_entries_len = sizeof(toc_entries) / sizeof(toc_entries[0]);
......@@ -45,6 +45,5 @@ typedef struct toc_entry {
} toc_entry_t;
extern toc_entry_t toc_entries[];
extern size_t toc_entries_len;
#endif /* __TBBR_CONFIG_H__ */
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment