summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-07-26 15:24:39 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-07-31 17:04:18 +0200
commitc53f75542efbbe5e737744fe1104f7b8c56eb3b8 (patch)
treedf98d7f1206b60623594a43e23794d05485f1203 /document
parent5f54fb77ef1e354f9919e92da7b22cbe68ee7fbd (diff)
Unify error handling to using exceptions only, not in combination with nullptr.
Diffstat (limited to 'document')
-rw-r--r--document/src/vespa/document/update/fieldpathupdate.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/document/src/vespa/document/update/fieldpathupdate.h b/document/src/vespa/document/update/fieldpathupdate.h
index 5dac15c12f1..60c1565316c 100644
--- a/document/src/vespa/document/update/fieldpathupdate.h
+++ b/document/src/vespa/document/update/fieldpathupdate.h
@@ -57,9 +57,6 @@ public:
return ! (*this == other);
}
- const FieldPath& getFieldPath() const { return _fieldPath; }
- const select::Node& getWhereClause() const { return *_whereClause; }
-
const vespalib::string& getOriginalFieldPath() const { return _originalFieldPath; }
const vespalib::string& getOriginalWhereClause() const { return _originalWhereClause; }