gallium/util: Remove the EMBEDDED_DEVICE macro because nobody use it

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/7641

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Acked-by: Jose Fonseca <jfonseca@vmware.com>
Acked-by: Roland Scheidegger <sroland@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19552>
This commit is contained in:
Yonggang Luo
2022-11-06 05:19:31 +08:00
committed by Marge Bot
parent 9abeb3d739
commit b732064f9e
6 changed files with 3 additions and 50 deletions

View File

@@ -201,8 +201,6 @@ os_get_android_option(const char *name)
}
#endif
#if !defined(EMBEDDED_DEVICE)
const char *
os_get_option(const char *name)
{
@@ -214,7 +212,6 @@ os_get_option(const char *name)
#endif
return opt;
}
#endif /* !EMBEDDED_DEVICE */
/**
* Return the size of the total physical memory.