summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-10-17 22:48:12 +0200
committerGitHub <noreply@github.com>2017-10-17 22:48:12 +0200
commitba3d1e4de167511767b70e63a91ef6c740b76add (patch)
treefd9cec2ae699630d24ee27980a40347e0d53b25e /vespalib
parent2e60b8217b93fc9222ec00422de9ff909b775b42 (diff)
Revert "Introduce async write interface in the TLS."
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/util/sync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespalib/src/vespa/vespalib/util/sync.h b/vespalib/src/vespa/vespalib/util/sync.h
index 86e0a227c72..f961c280174 100644
--- a/vespalib/src/vespa/vespalib/util/sync.h
+++ b/vespalib/src/vespa/vespalib/util/sync.h
@@ -710,7 +710,7 @@ public:
/**
* Empty. Needs to be virtual to reduce compiler warnings.
**/
- virtual ~CountDownLatch() = default;
+ virtual ~CountDownLatch() {}
};