summaryrefslogtreecommitdiff
path: root/src/schema/schema_open.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/schema/schema_open.c')
-rw-r--r--src/schema/schema_open.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/schema/schema_open.c b/src/schema/schema_open.c
index 420fab63d68..3b27c8300e2 100644
--- a/src/schema/schema_open.c
+++ b/src/schema/schema_open.c
@@ -106,8 +106,6 @@ __wt_schema_open_colgroups(WT_SESSION_IMPL *session, WT_TABLE *table)
}
table->cg_complete = true;
- table->is_simple_file = (table->is_simple &&
- WT_PREFIX_MATCH(table->cgroups[0]->source, "file:"));
err: __wt_scr_free(session, &buf);
__wt_schema_destroy_colgroup(session, &colgroup);