summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2018-10-18 18:41:59 +0200
committerKonstantin Käfer <mail@kkaefer.com>2018-10-22 11:53:45 +0200
commit61e43789f52f127baf6940df26e8b1f2ffafe329 (patch)
tree9d12b8b9c40b76a5334d00b145931151accdbb8e /include
parentcf2e575dd2a663739d30c8391a00db4dce1a1107 (diff)
downloadqtlocation-mapboxgl-61e43789f52f127baf6940df26e8b1f2ffafe329.tar.gz
[core] remove some uses of <iostream> and <sstream>
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/storage/response.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mbgl/storage/response.hpp b/include/mbgl/storage/response.hpp
index 508400141b..07b059e435 100644
--- a/include/mbgl/storage/response.hpp
+++ b/include/mbgl/storage/response.hpp
@@ -69,6 +69,4 @@ public:
Error(Reason, std::string = "", optional<Timestamp> = {});
};
-std::ostream& operator<<(std::ostream&, Response::Error::Reason);
-
} // namespace mbgl