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.
2 parents d1a906e + 38b2b65 commit bead157Copy full SHA for bead157
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