summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-08-31 14:41:39 +0200
committerHenning Baldersheim <balder@oath.com>2018-08-31 14:41:39 +0200
commitfcb7879d82904fd86a6773c3b22bba2c31fd5b94 (patch)
treeee6b632ad163748417c954de6441455f2ede9bf9 /searchlib
parent9724fa1edc8cab44d7ecc652ec36b4c859fabe31 (diff)
Remove use and implementation of directwrite option
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/engine/transportserver.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/searchlib/src/vespa/searchlib/engine/transportserver.h b/searchlib/src/vespa/searchlib/engine/transportserver.h
index 691f6fbe791..67d373d5940 100644
--- a/searchlib/src/vespa/searchlib/engine/transportserver.h
+++ b/searchlib/src/vespa/searchlib/engine/transportserver.h
@@ -301,13 +301,6 @@ public:
void setTCPNoDelay(bool noDelay) { _transport.SetTCPNoDelay(noDelay); }
/**
- * Enable or disable the use of a Q for throughput between search thread and network thread.
- *
- * @param directWrite bypasses Q
- **/
- void setDirectWrite(bool directWrite) { _transport.SetDirectWrite(directWrite); }
-
- /**
* Set a limit on how long a connection may be idle before closing it.
*
* @param millisecs max idle time in milliseconds