Remove gDeviceType definition (#584)

This commit is contained in:
Grzegorz Wawiorko
2020-02-10 12:28:25 +01:00
committed by GitHub
parent eea081ae20
commit ddc7276766

View File

@@ -153,7 +153,6 @@ test_definition test_list32[] = {
const int test_num = ARRAY_SIZE( test_list );
const int test_num32 = ARRAY_SIZE( test_list32 );
cl_device_type gDeviceType = CL_DEVICE_TYPE_DEFAULT;
bool gTestRounding = true;
int main(int argc, const char *argv[])