summaryrefslogtreecommitdiff
path: root/src/driver/tpax_driver_ctx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/tpax_driver_ctx.c')
-rw-r--r--src/driver/tpax_driver_ctx.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/driver/tpax_driver_ctx.c b/src/driver/tpax_driver_ctx.c
index fa3a930..1498718 100644
--- a/src/driver/tpax_driver_ctx.c
+++ b/src/driver/tpax_driver_ctx.c
@@ -542,12 +542,6 @@ int tpax_get_driver_ctx(
break;
}
- /* not implemented features */
- if (cctx.drvflags & TPAX_DRIVER_EXEC_MODE_MASK)
- if (cctx.drvflags & TPAX_DRIVER_DIR_MEMBER_RECURSE)
- return tpax_driver_error_not_implemented(
- fdctx->fderr,program,"directory recursion",meta);
-
/* driver ctx */
if (!(ctx = tpax_driver_ctx_alloc(meta,fdctx,&cctx,nunits))) {
if (cctx.drvflags & TPAX_DRIVER_EXEC_MODE_COPY)