capnproto
capnproto copied to clipboard
remove lock blocking tracking
the feature was never really used downstream, and is removed from there.
A few more things can be removed – c++/build/configure.bzl
still has a track_lock_blocking variable and the Inherits from LockSourceLocation to perform an empty base class optimization when lock tracking...
comment in c++/src/kj/mutex.h
is obsolete.