Commit df81d76c authored by Lee Howes's avatar Lee Howes Committed by Facebook GitHub Bot

Remove default argument for SerialExecutor::createUnique

Summary: Remove the default argument for the deprecated createUnique operation for SerialExecutor.

Reviewed By: yfeldblum

Differential Revision: D26916321

fbshipit-source-id: e6fb1766bfaae4d6e702982c5527d483e6d8c036
parent 14c99ce6
......@@ -76,7 +76,7 @@ class SerialExecutor : public SequencedExecutor {
using UniquePtr = std::unique_ptr<SerialExecutor, Deleter>;
[[deprecated("Replaced by create")]] static UniquePtr createUnique(
std::shared_ptr<Executor> parent = getCPUExecutor());
std::shared_ptr<Executor> parent);
/**
* Add one task for execution in the parent executor
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment