Implemented code review comments.

Fixed style according to the specific innodb style, for innodb code.
This commit is contained in:
Marc Alff 2010-07-14 10:23:21 -06:00
parent adf29ed689
commit 508522e5f7
3 changed files with 22 additions and 23 deletions

View File

@ -801,7 +801,6 @@ pfs_rw_lock_s_lock_low(
const char* file_name, /*!< in: file name where lock requested */
ulint line) /*!< in: line where requested */
{
struct PSI_rwlock_locker* locker = NULL;
PSI_rwlock_locker_state state;
ibool ret;