]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2236] Remove obsolete comment
authorMukund Sivaraman <muks@isc.org>
Tue, 23 Oct 2012 04:55:14 +0000 (10:25 +0530)
committerMukund Sivaraman <muks@isc.org>
Tue, 23 Oct 2012 04:55:14 +0000 (10:25 +0530)
src/lib/util/threads/sync.cc

index ca467b63d41ab076f2ef0043a84752e6f2565c39..cf68c5e9127ee471108d3e52ff4a59b95b5dc790 100644 (file)
@@ -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;
 }