From 73ed8aa7be5dbb9793e44e2bc981fefbed3807bc Mon Sep 17 00:00:00 2001 From: Jesse Bounds Date: Sat, 18 Mar 2017 19:09:45 -0700 Subject: [ios] Guard against over calling pause or resume --- include/mbgl/storage/default_file_source.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/mbgl/storage/default_file_source.hpp b/include/mbgl/storage/default_file_source.hpp index 9262e0a1bc..db3bff5cd6 100644 --- a/include/mbgl/storage/default_file_source.hpp +++ b/include/mbgl/storage/default_file_source.hpp @@ -120,9 +120,6 @@ public: * * If pause is called then no revalidation or network request activity * will occur. - * - * Note: Calling pause and then calling getAPIBaseURL or getAccessToken - * will lock the thread that those calls are made on. */ void pause(); -- cgit v1.2.1