Get rid of checkDeviceTypeOverride (#602)

This is now done in the test harness.

Signed-off-by: Kevin Petit <kevin.petit@arm.com>
This commit is contained in:
Kévin Petit
2020-02-24 10:34:04 +00:00
committed by GitHub
parent ec3959bfd1
commit d5334dc61d
8 changed files with 0 additions and 60 deletions

View File

@@ -93,9 +93,6 @@ int main(int argc, const char *argv[])
return -1;
}
//Check CL_DEVICE_TYPE environment variable
checkDeviceTypeOverride( &gDeviceType );
const char ** argList = (const char **)calloc( argc, sizeof( char*) );
if( NULL == argList )