[SYCL] Remove unneeded cl_device_info line

This commit is contained in:
James Price 2016-05-09 15:20:11 +01:00
parent 6d913bab4b
commit 084d7417b9

View File

@ -185,7 +185,6 @@ std::string getDeviceName(const int device)
getDeviceList(); getDeviceList();
std::string name; std::string name;
cl_device_info info = CL_DEVICE_NAME;
if (device < devices.size()) if (device < devices.size())
{ {