1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 20:44:19 +00:00

Revert "Set iSize for thermal device enum first."

This reverts commit 990bb4a994261fb0aca8a6bd1b324a3007583207.

Thermal devices is not used. 1st of 3 reverts.
This commit is contained in:
Con Kolivas 2012-01-30 08:05:36 +11:00
parent 82af288e69
commit 4ae0aad113

1
adl.c
View File

@ -316,7 +316,6 @@ void init_adl(int nDevs)
ga->DefPerfLev = NULL;
ga->twin = NULL;
ga->lpThermalControllerInfo.iSize=sizeof(ADLThermalControllerInfo);
if (ADL_Overdrive5_ThermalDevices_Enum(iAdapterIndex, 0, &ga->lpThermalControllerInfo) != ADL_OK)
applog(LOG_INFO, "Failed to ADL_Overdrive5_ThermalDevices_Enum");