From 79362a389da307a92f929806f01ec796214a53e5 Mon Sep 17 00:00:00 2001 From: marko <> Date: Tue, 19 May 2009 07:00:51 +0000 Subject: [PATCH] branches/zip: Remove bogus out: comments of functions returning void. --- btr/btr0btr.c | 2 -- btr/btr0cur.c | 2 -- buf/buf0buf.c | 1 - include/rem0rec.h | 1 - include/rem0rec.ic | 1 - 5 files changed, 7 deletions(-) diff --git a/btr/btr0btr.c b/btr/btr0btr.c index 8d4bd7447df..0e57a6b6e39 100644 --- a/btr/btr0btr.c +++ b/btr/btr0btr.c @@ -3261,7 +3261,6 @@ static void btr_validate_report1( /*=================*/ - /* out: TRUE if ok */ dict_index_t* index, /* in: index */ ulint level, /* in: B-tree level */ const buf_block_t* block) /* in: index page */ @@ -3281,7 +3280,6 @@ static void btr_validate_report2( /*=================*/ - /* out: TRUE if ok */ const dict_index_t* index, /* in: index */ ulint level, /* in: B-tree level */ const buf_block_t* block1, /* in: first index page */ diff --git a/btr/btr0cur.c b/btr/btr0cur.c index 62a63b7c1dd..70e26665e54 100644 --- a/btr/btr0cur.c +++ b/btr/btr0cur.c @@ -172,8 +172,6 @@ UNIV_INLINE void btr_rec_set_deleted_flag( /*=====================*/ - /* out: TRUE on success; - FALSE on page_zip overflow */ rec_t* rec, /* in/out: physical record */ page_zip_des_t* page_zip,/* in/out: compressed page (or NULL) */ ulint flag) /* in: nonzero if delete marked */ diff --git a/buf/buf0buf.c b/buf/buf0buf.c index 6d713991dd9..4d886ee167a 100644 --- a/buf/buf0buf.c +++ b/buf/buf0buf.c @@ -1174,7 +1174,6 @@ static void buf_pool_shrink( /*============*/ - /* out: TRUE if shrunk */ ulint chunk_size) /* in: number of pages to remove */ { buf_chunk_t* chunks; diff --git a/include/rem0rec.h b/include/rem0rec.h index 8e3176d36db..73f45fb7087 100644 --- a/include/rem0rec.h +++ b/include/rem0rec.h @@ -163,7 +163,6 @@ UNIV_INLINE void rec_set_n_owned_old( /*================*/ - /* out: TRUE on success */ rec_t* rec, /* in: old-style physical record */ ulint n_owned); /* in: the number of owned */ /********************************************************** diff --git a/include/rem0rec.ic b/include/rem0rec.ic index 6c9dd21e7aa..373f92440e4 100644 --- a/include/rem0rec.ic +++ b/include/rem0rec.ic @@ -540,7 +540,6 @@ UNIV_INLINE void rec_set_n_owned_old( /*================*/ - /* out: TRUE on success */ rec_t* rec, /* in: old-style physical record */ ulint n_owned) /* in: the number of owned */ {