| 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; |
| }; |
| } |