From: Jean-Philippe Orsini Date: Wed, 13 Mar 2013 13:24:45 +0000 (+0000) Subject: fixed compilation error (unused var) X-Git-Tag: v0.8.0.5~174 X-Git-Url: http://wpitchoune.net/gitweb/?a=commitdiff_plain;h=2821db1eaab37dbcd4b5a0cd5883174cbac0f5c1;p=psensor.git fixed compilation error (unused var) --- diff --git a/src/lib/amd.c b/src/lib/amd.c index 830e96b..966c24f 100644 --- a/src/lib/amd.c +++ b/src/lib/amd.c @@ -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);