part_efi: don't build the dead code for checking gpt validation 67/153267/3
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 28 Sep 2017 05:52:31 +0000 (14:52 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 29 Sep 2017 09:58:06 +0000 (18:58 +0900)
commitba3e33e31a89914b740e9c589e6be3d5f195edfa
tree11b031fdcf80211836374b8bc7df4e2b09c37f31
parentd0fcf75a4dbfa626a4cbff86ac67ae632fa3527c
part_efi: don't build the dead code for checking gpt validation

format_gpt_valid() isn't call anywhere.
It means that code is dead.
In future, someone want to use it, just add the configuration as
CONFIG_GPT_FORMAT_VALID.

Change-Id: Id6fdcbd0b1e0530779649096637f488024709c2a
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
disk/part_efi.c