aboutsummaryrefslogtreecommitdiff
path: root/src/utility.h
diff options
context:
space:
mode:
authorAdrian Kummerländer2014-04-20 20:37:39 +0200
committerAdrian Kummerländer2014-04-20 20:37:39 +0200
commitab840f41154f01d85fec769da693035149689c39 (patch)
treecc758e40330b6ded5dad6690b4de680a81ea46a4 /src/utility.h
parent29a9fb20b4c8414f2590886e43ae86794a53db89 (diff)
downloadInputXSLT-ab840f41154f01d85fec769da693035149689c39.tar
InputXSLT-ab840f41154f01d85fec769da693035149689c39.tar.gz
InputXSLT-ab840f41154f01d85fec769da693035149689c39.tar.bz2
InputXSLT-ab840f41154f01d85fec769da693035149689c39.tar.lz
InputXSLT-ab840f41154f01d85fec769da693035149689c39.tar.xz
InputXSLT-ab840f41154f01d85fec769da693035149689c39.tar.zst
InputXSLT-ab840f41154f01d85fec769da693035149689c39.zip
Replaced c-style file reading with std::ifstream
* there is no reason for performing system-calls instead of using the features offered by the standard library in this situation
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_