summaryrefslogtreecommitdiff
path: root/include/mbgl/util/io.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/util/io.hpp')
-rw-r--r--include/mbgl/util/io.hpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/mbgl/util/io.hpp b/include/mbgl/util/io.hpp
deleted file mode 100644
index e95fc16d9d..0000000000
--- a/include/mbgl/util/io.hpp
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef MBGL_UTIL_IO
-#define MBGL_UTIL_IO
-
-#include <string>
-
-namespace mbgl {
-namespace util {
-
-void write_file(const std::string &filename, const std::string &data);
-std::string read_file(const std::string &filename);
-
-}
-}
-
-#endif