aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2015-01-19 00:23:24 +0100
committerSylvain Munaut <tnt@246tNt.com>2015-01-19 00:23:58 +0100
commit1169b7efece549879e5a4cfae2df24cb72949e4a (patch)
tree9e0e17cdec67048a73481d3ce531f700ccb6fe2b /lib
parent55104042072ce202b49d4eab456de00f55d3f2b5 (diff)
fosphor/cl: Fix warning due to unused var
This should have been removed with a previous commit ... Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/fosphor/cl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/fosphor/cl.c b/lib/fosphor/cl.c
index 39bbf26..72ebd8d 100644
--- a/lib/fosphor/cl.c
+++ b/lib/fosphor/cl.c
@@ -127,7 +127,6 @@ struct fosphor_cl_state
static int
cl_device_query(cl_device_id dev_id, struct fosphor_cl_features *feat)
{
- cl_ulong lmem;
char txt[2048];
cl_int err;
int has_nv_attr;