We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f1cf9 commit 38b2b65Copy full SHA for 38b2b65
lib/IRGen/GenThunk.cpp
@@ -164,8 +164,6 @@ void IRGenThunk::prepareArguments() {
164
165
// Chop off the async context parameters.
166
if (isAsync) {
167
- // FIXME: Once we remove async task and executor this should be one not
168
- // three.
169
unsigned numAsyncContextParams =
170
(unsigned)AsyncFunctionArgumentIndex::Context + 1;
171
(void)original.claim(numAsyncContextParams);
0 commit comments