BIND 10 trac2236, updated. 7c4e02c157bf7a4baaa81c448ff485e7dec31182 [2236] Remove obsolete comment
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Oct 23 04:55:26 UTC 2012
The branch, trac2236 has been updated
via 7c4e02c157bf7a4baaa81c448ff485e7dec31182 (commit)
from 2eaf01995b4c0d6c007afd51c94b8453cbb797ca (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7c4e02c157bf7a4baaa81c448ff485e7dec31182
Author: Mukund Sivaraman <muks at isc.org>
Date: Tue Oct 23 10:25:14 2012 +0530
[2236] Remove obsolete comment
-----------------------------------------------------------------------
Summary of changes:
src/lib/util/threads/sync.cc | 3 ---
1 file changed, 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/util/threads/sync.cc b/src/lib/util/threads/sync.cc
index ca467b6..cf68c5e 100644
--- a/src/lib/util/threads/sync.cc
+++ b/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;
}
More information about the bind10-changes
mailing list