Unverified Commit 9b82001e authored by Mohsen's avatar Mohsen Committed by GitHub

Update reactor.cc

Remove forgotten test lines
parent 4d02a36d
......@@ -611,9 +611,7 @@ AsyncContext::makeImpl(Reactor* reactor) const {
AsyncContext
AsyncContext::singleThreaded() {
char threadNameSingle[2];
threadNameSingle[1]='\0';
return AsyncContext(1, threadNameSingle);
return AsyncContext(1);
}
} // namespace Aio
......
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