Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: include/AdblockPlus/Platform.h

Issue 29706560: Issue 5179 - Implement asynchronous executor with a controllable lifetime (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: Created Feb. 23, 2018, 10:29 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: include/AdblockPlus/Platform.h
diff --git a/include/AdblockPlus/Platform.h b/include/AdblockPlus/Platform.h
index e32470b0094548def61bfd02193cb849f8b5c81c..7763627c7388ba9d331940329451d8310b2866d2 100644
--- a/include/AdblockPlus/Platform.h
+++ b/include/AdblockPlus/Platform.h
@@ -173,7 +173,6 @@ namespace AdblockPlus
*/
std::unique_ptr<Platform> CreatePlatform();
private:
- std::shared_ptr<Scheduler> asyncExecutor;
Scheduler defaultScheduler;
};
}

Powered by Google App Engine
This is Rietveld