summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahoo-inc.com>2017-03-22 15:22:31 +0000
committerTor Egge <Tor.Egge@yahoo-inc.com>2017-03-22 15:22:31 +0000
commitf15a1b508bf03a039158bc3c00cb01324fb831f8 (patch)
tree2d002a15d6b9c9dc531d87e33b649bf44ced7cab /searchcore
parent72f0aaab3c59375f6ac006a5831e30e3ac193f2c (diff)
Remove unused member.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/attribute/attribute_directory.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/attribute/attribute_directory.h b/searchcore/src/vespa/searchcore/proton/attribute/attribute_directory.h
index 1a483da7daa..9f9fbc897ea 100644
--- a/searchcore/src/vespa/searchcore/proton/attribute/attribute_directory.h
+++ b/searchcore/src/vespa/searchcore/proton/attribute/attribute_directory.h
@@ -28,7 +28,6 @@ private:
const vespalib::string _name;
fastos::TimeStamp _lastFlushTime;
Writer *_writer; // current writer
- std::mutex _flusherMutex;
mutable std::mutex _mutex;
std::condition_variable _cv;
search::IndexMetaInfo _snapInfo;