[Groonga-mysql-commit] mroonga/mroonga at 8b29532 [master] Remove needless check

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Mon Oct 13 11:17:19 JST 2014


Kouhei Sutou	2014-10-13 11:17:19 +0900 (Mon, 13 Oct 2014)

  New Revision: 8b295326e43acc6859e09dc97f50e48a5ecfb923
  https://github.com/mroonga/mroonga/commit/8b295326e43acc6859e09dc97f50e48a5ecfb923

  Message:
    Remove needless check

  Modified files:
    lib/mrn_database_manager.cpp

  Modified: lib/mrn_database_manager.cpp (+0 -3)
===================================================================
--- lib/mrn_database_manager.cpp    2014-10-13 11:10:02 +0900 (0ef1e37)
+++ lib/mrn_database_manager.cpp    2014-10-13 11:17:19 +0900 (a8ee88a)
@@ -210,9 +210,6 @@ namespace mrn {
     MRN_DBUG_ENTER_METHOD();
 
     int error = 0;
-    if (!mutex_initialized_) {
-      DBUG_RETURN(error);
-    }
 
     mrn::Lock lock(&mutex_);
 
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-mysql-commit mailing list
アーカイブの一覧に戻る