From d3ca02167a2789bbb53b676ce5ccdb7c1cc72e66 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 1 May 2016 18:02:42 -0400 Subject: code maintenance: mark unused parameters, remove an unused variable. --- src/logic/slbt_exec_compile.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/logic/slbt_exec_compile.c') diff --git a/src/logic/slbt_exec_compile.c b/src/logic/slbt_exec_compile.c index ec19c22..3d04304 100644 --- a/src/logic/slbt_exec_compile.c +++ b/src/logic/slbt_exec_compile.c @@ -18,6 +18,8 @@ static int slbt_exec_compile_remove_file( struct slbt_exec_ctx * ectx, const char * target) { + (void)ectx; + /* remove target (if any) */ if (!(unlink(target)) || (errno == ENOENT)) return 0; -- cgit v1.2.3