diff options
Diffstat (limited to 'sql/json_table.cc')
-rw-r--r-- | sql/json_table.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/json_table.cc b/sql/json_table.cc index e4c7d0f1e45..a9e882291b6 100644 --- a/sql/json_table.cc +++ b/sql/json_table.cc @@ -235,8 +235,6 @@ public: buf->length(0); return TRUE; } - void start_operations_batch() {} - void end_operations_batch() {} }; |