Commit 79362a38 authored by marko's avatar marko

branches/zip: Remove bogus out: comments of functions returning void.

parent db9dc3bb
...@@ -3261,7 +3261,6 @@ static ...@@ -3261,7 +3261,6 @@ static
void void
btr_validate_report1( btr_validate_report1(
/*=================*/ /*=================*/
/* out: TRUE if ok */
dict_index_t* index, /* in: index */ dict_index_t* index, /* in: index */
ulint level, /* in: B-tree level */ ulint level, /* in: B-tree level */
const buf_block_t* block) /* in: index page */ const buf_block_t* block) /* in: index page */
...@@ -3281,7 +3280,6 @@ static ...@@ -3281,7 +3280,6 @@ static
void void
btr_validate_report2( btr_validate_report2(
/*=================*/ /*=================*/
/* out: TRUE if ok */
const dict_index_t* index, /* in: index */ const dict_index_t* index, /* in: index */
ulint level, /* in: B-tree level */ ulint level, /* in: B-tree level */
const buf_block_t* block1, /* in: first index page */ const buf_block_t* block1, /* in: first index page */
......
...@@ -172,8 +172,6 @@ UNIV_INLINE ...@@ -172,8 +172,6 @@ UNIV_INLINE
void void
btr_rec_set_deleted_flag( btr_rec_set_deleted_flag(
/*=====================*/ /*=====================*/
/* out: TRUE on success;
FALSE on page_zip overflow */
rec_t* rec, /* in/out: physical record */ rec_t* rec, /* in/out: physical record */
page_zip_des_t* page_zip,/* in/out: compressed page (or NULL) */ page_zip_des_t* page_zip,/* in/out: compressed page (or NULL) */
ulint flag) /* in: nonzero if delete marked */ ulint flag) /* in: nonzero if delete marked */
......
...@@ -1174,7 +1174,6 @@ static ...@@ -1174,7 +1174,6 @@ static
void void
buf_pool_shrink( buf_pool_shrink(
/*============*/ /*============*/
/* out: TRUE if shrunk */
ulint chunk_size) /* in: number of pages to remove */ ulint chunk_size) /* in: number of pages to remove */
{ {
buf_chunk_t* chunks; buf_chunk_t* chunks;
......
...@@ -163,7 +163,6 @@ UNIV_INLINE ...@@ -163,7 +163,6 @@ UNIV_INLINE
void void
rec_set_n_owned_old( rec_set_n_owned_old(
/*================*/ /*================*/
/* out: TRUE on success */
rec_t* rec, /* in: old-style physical record */ rec_t* rec, /* in: old-style physical record */
ulint n_owned); /* in: the number of owned */ ulint n_owned); /* in: the number of owned */
/********************************************************** /**********************************************************
......
...@@ -540,7 +540,6 @@ UNIV_INLINE ...@@ -540,7 +540,6 @@ UNIV_INLINE
void void
rec_set_n_owned_old( rec_set_n_owned_old(
/*================*/ /*================*/
/* out: TRUE on success */
rec_t* rec, /* in: old-style physical record */ rec_t* rec, /* in: old-style physical record */
ulint n_owned) /* in: the number of owned */ ulint n_owned) /* in: the number of owned */
{ {
......
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