summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2018-09-24 13:27:18 +0200
committerTor Egge <Tor.Egge@broadpark.no>2018-09-25 12:44:44 +0200
commit3280c89f44e821738ffa4fed9429c1696be9dc31 (patch)
treee63291f3207424a2ba0fa4d9edae648b17ec5da5 /searchlib
parentd5102b3ab354b56ba150613e225d70f23ab2bbb7 (diff)
Remove deprecated GDFLAG_ALLOW_SLIME flag from getdocsum packets.
It is ignored by backend (slime is always allowed).
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/common/transport.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/searchlib/src/vespa/searchlib/common/transport.h b/searchlib/src/vespa/searchlib/common/transport.h
index 55cb44a34d0..51098112476 100644
--- a/searchlib/src/vespa/searchlib/common/transport.h
+++ b/searchlib/src/vespa/searchlib/common/transport.h
@@ -106,8 +106,7 @@ enum getdocsums_features {
enum getdocsums_flags {
- GDFLAG_IGNORE_ROW = 0x00000001,
- GDFLAG_ALLOW_SLIME_NOTUSED = 0x00000002 // TODO: remove in Vespa 7
+ GDFLAG_IGNORE_ROW = 0x00000001
};
// docsum class for slime tunneling