Commit 797db28d authored by Marko Mäkelä's avatar Marko Mäkelä

Remove the unused declaration fsp_is_temporary()

parent 6b63e4ad
......@@ -552,15 +552,6 @@ void
fil_space_set_imported(
ulint id);
#ifdef UNIV_DEBUG
/** Determine if a tablespace is temporary.
@param[in] id tablespace identifier
@return whether it is a temporary tablespace */
bool
fsp_is_temporary(ulint id)
MY_ATTRIBUTE((warn_unused_result, pure));
#endif /* UNIV_DEBUG */
/** Append a file to the chain of files of a space.
@param[in] name file name of a file that is not open
@param[in] size file size in entire database blocks
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment