diff options
Diffstat (limited to 'src/logic')
-rw-r--r-- | src/logic/slbt_exec_link.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/logic/slbt_exec_link.c b/src/logic/slbt_exec_link.c index 1e1e5b2..be9dc20 100644 --- a/src/logic/slbt_exec_link.c +++ b/src/logic/slbt_exec_link.c @@ -305,13 +305,6 @@ int slbt_exec_link(const struct slbt_driver_ctx * dctx) dctx,ectx, "/dev/null", ectx->dsofilename, - SLBT_SYMLINK_LITERAL)) - return SLBT_NESTED_ERROR(dctx); - - if (slbt_create_symlink( - dctx,ectx, - "/dev/null", - ectx->dsofilename, SLBT_SYMLINK_DEVNULL)) return SLBT_NESTED_ERROR(dctx); } @@ -322,13 +315,6 @@ int slbt_exec_link(const struct slbt_driver_ctx * dctx) dctx,ectx, "/dev/null", ectx->arfilename, - SLBT_SYMLINK_LITERAL)) - return SLBT_NESTED_ERROR(dctx); - - if (slbt_create_symlink( - dctx,ectx, - "/dev/null", - ectx->arfilename, SLBT_SYMLINK_DEVNULL)) return SLBT_NESTED_ERROR(dctx); } |