summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cli_classic.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/cli_classic.c b/cli_classic.c
index 391fc5a83..7e3dfd5b5 100644
--- a/cli_classic.c
+++ b/cli_classic.c
@@ -376,12 +376,6 @@ int main(int argc, char *argv[])
ret = 1;
goto out;
}
- if (layoutfile != NULL && !write_it) {
- msg_gerr("Layout files are currently supported for write operations only.\n");
- ret = 1;
- goto out;
- }
-
if (process_include_args()) {
ret = 1;
goto out;