aboutsummaryrefslogtreecommitdiff
path: root/src/utility.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utility.h')
-rw-r--r--src/utility.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/utility.h b/src/utility.h
deleted file mode 100644
index ee39a25..0000000
--- a/src/utility.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef INPUTXSLT_SRC_UTILITY_H_
-#define INPUTXSLT_SRC_UTILITY_H_
-
-#include <string>
-
-namespace xalanc_1_11 { }
-namespace xalan = xalanc_1_11;
-
-namespace InputXSLT {
-
-std::string readFile(const std::string&);
-
-}
-
-#endif // INPUTXSLT_SRC_UTILITY_H_