From fe7e334f3e238368e18fc2ccb98b3357ecb1e03e Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Fri, 26 Jun 2015 23:11:26 +0200 Subject: cleanup: remove unused function argument --- storage/xtradb/include/fil0fil.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'storage/xtradb/include/fil0fil.h') 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)); -- cgit v1.2.1