1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

removed 2 small useless if().

This commit is contained in:
guilhem@mysql.com
2003-07-12 15:06:40 +02:00
parent fbebac9a48
commit 34c8918915
3 changed files with 11 additions and 10 deletions

View File

@@ -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 */