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