summaryrefslogtreecommitdiff
path: root/platform/node/src/node_request.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2017-07-19 14:25:59 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2017-07-21 09:31:39 -0700
commit9d22ac82811899ed4e806c1941f2a5695e414612 (patch)
tree21b8db1818be42fe9ee29619481bc652483ad5b7 /platform/node/src/node_request.hpp
parentcebc3c8d4bac9df72983807c856def5d8954b212 (diff)
downloadqtlocation-mapboxgl-9d22ac82811899ed4e806c1941f2a5695e414612.tar.gz
Partially revert "[node] Fix memory test hanging after GlyphAtlas refactoring (#8394)"
This reverts commit 5700c99e553c6e487649350505f438844056a1c8.
Diffstat (limited to 'platform/node/src/node_request.hpp')
-rw-r--r--platform/node/src/node_request.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/platform/node/src/node_request.hpp b/platform/node/src/node_request.hpp
index 356566132b..7d7679a3c7 100644
--- a/platform/node/src/node_request.hpp
+++ b/platform/node/src/node_request.hpp
@@ -8,9 +8,6 @@
#include <mbgl/storage/resource.hpp>
#include <mbgl/storage/file_source.hpp>
-#include <mbgl/util/async_task.hpp>
-
-#include <memory>
namespace node_mbgl {
@@ -38,12 +35,9 @@ public:
void Execute();
private:
- void doExecute();
-
NodeMap* target;
mbgl::FileSource::Callback callback;
NodeAsyncRequest* asyncRequest = nullptr;
- std::unique_ptr<mbgl::util::AsyncTask> asyncExecute;
};
}