Parcourir la source

[2236] Remove obsolete comment

Mukund Sivaraman il y a 12 ans
Parent
commit
7c4e02c157
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  1. 0 3
      src/lib/util/threads/sync.cc

+ 0 - 3
src/lib/util/threads/sync.cc

@@ -128,9 +128,6 @@ Mutex::~Mutex() {
 
 void
 Mutex::postLockAction() {
-    // This assertion would fail only in non-debugging mode, in which case
-    // this method wouldn't be called either, so we simply assert the
-    // condition.
     assert(impl_->locked_count == 0);
     ++impl_->locked_count;
 }