summaryrefslogtreecommitdiff
path: root/innobase/include/row0ins.h
diff options
context:
space:
mode:
Diffstat (limited to 'innobase/include/row0ins.h')
-rw-r--r--innobase/include/row0ins.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/innobase/include/row0ins.h b/innobase/include/row0ins.h
index cc3b9fa7e9a..a5b4b74e7fc 100644
--- a/innobase/include/row0ins.h
+++ b/innobase/include/row0ins.h
@@ -35,7 +35,6 @@ row_ins_check_foreign_constraint(
dictionary cache if they exist at all */
dict_table_t* table, /* in: if check_ref is TRUE, then the foreign
table, else the referenced table */
- dict_index_t* index, /* in: index in table */
dtuple_t* entry, /* in: index entry for index */
que_thr_t* thr); /* in: query thread */
/*************************************************************************