diff options
author | guilhem@mysql.com <> | 2003-07-12 15:06:40 +0200 |
---|---|---|
committer | guilhem@mysql.com <> | 2003-07-12 15:06:40 +0200 |
commit | 34c89189151f5dd6ba909c23c0eee53c26e30394 (patch) | |
tree | 53228ac586b0d3e05fb59d136ad5a99829400081 /sql/sql_class.h | |
parent | fbebac9a484bf08a6f557c40bd502045db6d2356 (diff) | |
download | mariadb-git-34c89189151f5dd6ba909c23c0eee53c26e30394.tar.gz |
removed 2 small useless if().
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index cd622520df3..dfdcbcc996c 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -175,7 +175,6 @@ public: inline void unlock_index() { pthread_mutex_unlock(&LOCK_index);} inline IO_CACHE *get_index_file() { return &index_file;} inline uint32 get_open_count() { return open_count; } - inline void set_no_rotate(bool no_rotate_arg) {no_rotate= no_rotate_arg;} }; /* character conversion tables */ |