summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2017-10-27 00:40:23 +0200
committerTor Egge <Tor.Egge@oath.com>2017-10-27 08:50:16 +0000
commitc1a847ff3e9cf48187131079c736e660474fe7d2 (patch)
tree36ff62972de4c2c35d41b2a7cbcba31d6e7083d8 /vespalib
parent8763d2e0eb9155bf7b45645163ac01acef3f25ad (diff)
Mutex instrumentation is long gone.
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/util/ptrholder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespalib/src/vespa/vespalib/util/ptrholder.h b/vespalib/src/vespa/vespalib/util/ptrholder.h
index 3e807a8a93d..1c06e5c53e6 100644
--- a/vespalib/src/vespa/vespalib/util/ptrholder.h
+++ b/vespalib/src/vespa/vespalib/util/ptrholder.h
@@ -38,7 +38,7 @@ public:
* @brief Create an empty PtrHolder with both current and new
* pointers set to 0
**/
- PtrHolder() : _current(), _next(), _lock("PtrHolder", false) {}
+ PtrHolder() : _current(), _next(), _lock() {}
/**
* @brief Empty destructor