aboutsummaryrefslogtreecommitdiff
path: root/src/function/base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/function/base.h')
-rw-r--r--src/function/base.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/function/base.h b/src/function/base.h
index 5c2d317..e2239e7 100644
--- a/src/function/base.h
+++ b/src/function/base.h
@@ -56,7 +56,6 @@ class FunctionBase : public xalan::Function {
xalan::XalanDocument* const domDocument(
this->callConstructDocument(
parameters,
- locator,
typename IndexSequence<maximum_parameter_count>::type()
)
);
@@ -117,7 +116,6 @@ class FunctionBase : public xalan::Function {
template <std::size_t... Index>
inline xalan::XalanDocument* callConstructDocument(
const XObjectArgVectorType& parameters,
- const xalan::Locator*,
Sequence<Index...>
) const {
const FilesystemContext context;