From ddc7276766745fc59838262f01df462116260ffd Mon Sep 17 00:00:00 2001 From: Grzegorz Wawiorko Date: Mon, 10 Feb 2020 12:28:25 +0100 Subject: [PATCH] Remove gDeviceType definition (#584) --- test_conformance/gl/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test_conformance/gl/main.cpp b/test_conformance/gl/main.cpp index 77109b87..e4e2689b 100644 --- a/test_conformance/gl/main.cpp +++ b/test_conformance/gl/main.cpp @@ -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[])