diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-06-26 23:11:26 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-06-27 09:40:57 +0200 |
commit | fe7e334f3e238368e18fc2ccb98b3357ecb1e03e (patch) | |
tree | 886ae935d1dfbae08e687c0e3a2048c36a6af339 /storage/xtradb/include/fil0fil.h | |
parent | c583360359e8cc6da82ed9c9fbb0e6091618e2fe (diff) | |
download | mariadb-git-fe7e334f3e238368e18fc2ccb98b3357ecb1e03e.tar.gz |
cleanup: remove unused function argument
Diffstat (limited to 'storage/xtradb/include/fil0fil.h')
-rw-r--r-- | storage/xtradb/include/fil0fil.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/xtradb/include/fil0fil.h b/storage/xtradb/include/fil0fil.h index 29265c53f6b..cfada67ce14 100644 --- a/storage/xtradb/include/fil0fil.h +++ b/storage/xtradb/include/fil0fil.h @@ -606,8 +606,6 @@ fil_read_first_page( lsn values in data files */ lsn_t* max_flushed_lsn, /*!< out: max of flushed lsn values in data files */ - ulint orig_space_id, /*!< in: file space id or - ULINT_UNDEFINED */ fil_space_crypt_t** crypt_data) /*!< out: crypt data */ __attribute__((warn_unused_result)); |