diff options
Diffstat (limited to 'src/logic/slbt_exec_compile.c')
-rw-r--r-- | src/logic/slbt_exec_compile.c | 3 |
1 files changed, 0 insertions, 3 deletions
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); } |