summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-07-06 00:19:20 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2022-07-06 00:46:15 +0200
commit532754a074ae3310108d80b0ce9aad05563d7b8a (patch)
tree0b5752419af4df2bf743b8c9137de02bb11b6b4c /document
parent6d2f2cafb8f022f19a48f202e9149637e2f2a342 (diff)
GC long gone config and som minor code cleanup.
Diffstat (limited to 'document')
-rw-r--r--document/src/vespa/document/config/documentmanager.def3
-rw-r--r--document/src/vespa/document/config/documenttypes.def3
2 files changed, 0 insertions, 6 deletions
diff --git a/document/src/vespa/document/config/documentmanager.def b/document/src/vespa/document/config/documentmanager.def
index b1929e42d34..0d0f3876f15 100644
--- a/document/src/vespa/document/config/documentmanager.def
+++ b/document/src/vespa/document/config/documentmanager.def
@@ -5,9 +5,6 @@ namespace=document.config
## Whether attempts to set an undefined field should be ignored rather than causing an error
ignoreundefinedfields bool default=false
-## Whether to enable compression in this process.
-enablecompression bool default=false
-
## Prefer "Vespa 8" format for the "position" type
usev8geopositions bool default=false
diff --git a/document/src/vespa/document/config/documenttypes.def b/document/src/vespa/document/config/documenttypes.def
index 3138e71e025..0c135db7b0d 100644
--- a/document/src/vespa/document/config/documenttypes.def
+++ b/document/src/vespa/document/config/documenttypes.def
@@ -5,9 +5,6 @@ namespace=document.config
## Whether attempts to set an undefined field should be ignored rather than causing an error
ignoreundefinedfields bool default=false
-## Whether to enable compression in this process.
-enablecompression bool default=false
-
## Prefer "Vespa 8" format for the "position" type
usev8geopositions bool default=false