aboutsummaryrefslogtreecommitdiff
path: root/src/support/tuple/xobject_value.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/support/tuple/xobject_value.h')
-rw-r--r--src/support/tuple/xobject_value.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/support/tuple/xobject_value.h b/src/support/tuple/xobject_value.h
deleted file mode 100644
index bb602a4..0000000
--- a/src/support/tuple/xobject_value.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef INPUTXSLT_SRC_SUPPORT_TUPLE_XOBJECT_VALUE_H_
-#define INPUTXSLT_SRC_SUPPORT_TUPLE_XOBJECT_VALUE_H_
-
-#include <xalanc/XPath/XObject.hpp>
-
-#include "common.h"
-
-namespace InputXSLT {
-
-namespace XObjectValue {
- template <typename Type>
- Type get(const xalan::XObjectPtr&);
-}
-
-}
-
-#endif // INPUTXSLT_SRC_SUPPORT_TUPLE_XOBJECT_VALUE_H_