summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHuyen Chau Nguyen <hello@chau-nguyen.de>2018-10-31 09:50:13 +0100
committerAsheem Mamoowala <asheem.mamoowala@mapbox.com>2018-11-15 12:19:48 -0800
commit9a606caf0b33d5dba33e33ce3fb59724e1849eb1 (patch)
treec37a39c05f185ea4cd20275b538afdf34e892f2d /src
parente25111dba7b3d9c5d09437feb85404e6eabb9875 (diff)
downloadqtlocation-mapboxgl-9a606caf0b33d5dba33e33ce3fb59724e1849eb1.tar.gz
[core] define number of concurrent downloads in online file source variable
Diffstat (limited to 'src')
-rw-r--r--src/mbgl/storage/http_file_source.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mbgl/storage/http_file_source.hpp b/src/mbgl/storage/http_file_source.hpp
index 47976f972e..09834aa4dc 100644
--- a/src/mbgl/storage/http_file_source.hpp
+++ b/src/mbgl/storage/http_file_source.hpp
@@ -11,8 +11,6 @@ public:
std::unique_ptr<AsyncRequest> request(const Resource&, Callback) override;
- static uint32_t maximumConcurrentRequests();
-
class Impl;
private: