summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2019-04-11 14:45:17 +0200
committerTor Egge <Tor.Egge@broadpark.no>2019-04-11 14:45:17 +0200
commite3ae09f95fdf5369f50826d9c62cf14c06a31bc1 (patch)
treeaf89937f33084d41e4b85379b5108b24d0aa6abc /searchlib
parenta3962e1ad52008d97be9f7cfd042c6a06dfa54e8 (diff)
Remove commented out code.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/diskindex/zcposting.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/diskindex/zcposting.cpp b/searchlib/src/vespa/searchlib/diskindex/zcposting.cpp
index be6c884718a..e850f169adc 100644
--- a/searchlib/src/vespa/searchlib/diskindex/zcposting.cpp
+++ b/searchlib/src/vespa/searchlib/diskindex/zcposting.cpp
@@ -723,7 +723,6 @@ Zc4PostingSeqWrite::open(const vespalib::string &name,
_fileBitSize = 0;
// Start write initial header
makeHeader(fileHeaderContext);
-// _writer.get_encode_features().setupWrite(_writer.get_feature_write_context());
// end write initial header
_writer.on_open();
return true; // Assume success