summaryrefslogtreecommitdiff
path: root/storage/perfschema/table_file_instances.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/table_file_instances.h')
-rw-r--r--storage/perfschema/table_file_instances.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/perfschema/table_file_instances.h b/storage/perfschema/table_file_instances.h
index f7ec16715f3..988c03bcb5f 100644
--- a/storage/perfschema/table_file_instances.h
+++ b/storage/perfschema/table_file_instances.h
@@ -73,8 +73,6 @@ private:
/** Table share lock. */
static THR_LOCK m_table_lock;
- /** Fields definition. */
- static TABLE_FIELD_DEF m_field_def;
/** Current row. */
row_file_instances m_row;