From 017c4765c5e19669631a0cb6d4c9ca1926b6dcc7 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 7 Aug 2017 03:56:27 -0400 Subject: error trace: remove and fix inadvertent calls to strerror(3). --- src/logic/slbt_exec_compile.c | 3 --- 1 file changed, 3 deletions(-) (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 5e337bb..2612f4a 100644 --- a/src/logic/slbt_exec_compile.c +++ b/src/logic/slbt_exec_compile.c @@ -27,9 +27,6 @@ static int slbt_exec_compile_remove_file( if (!(unlink(target)) || (errno == ENOENT)) return 0; - if (!(dctx->cctx->drvflags & SLBT_DRIVER_SILENT)) - strerror(errno); - return SLBT_SYSTEM_ERROR(dctx); } -- cgit v1.2.3