fixed compilation error (unused var)
[psensor.git] / src / lib / amd.c
index 830e96b..966c24f 100644 (file)
@@ -140,7 +140,6 @@ static int init()
        int i, inumberadapters, inumberadaptersactive = 0;
        int lpstatus, iadapterindex;
 
-       hdll;
        adl_main_control_done = 0;
        active_adapters = NULL;
        hdll = dlopen("libatiadlxx.so", RTLD_LAZY|RTLD_GLOBAL);