SWDEV-451945 - Remove ShouldLoadPlatform function

Change-Id: Iabb4071bb77201576bc2c0488a04f4fa188815df
This commit is contained in:
Alex Xie
2024-05-03 19:22:04 -04:00
committed by AlexBin Xie
parent 4a9d24a211
commit 2eb30376ba
2 changed files with 0 additions and 144 deletions
-6
View File
@@ -84,12 +84,6 @@ namespace amd {
bool IS_HIP = false;
#if !defined(_WIN32) && defined(WITH_PAL_DEVICE)
bool IS_LEGACY = true;
#else
bool IS_LEGACY = false;
#endif
// static
char* Flag::envstr_;