Skip to content

Commit bead157

Browse files
authored
Merge pull request #40318 from xedin/remove-stale-fixme
[IRGen] NFC: Remove outdated comment about number of async parameters
2 parents d1a906e + 38b2b65 commit bead157

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/IRGen/GenThunk.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ void IRGenThunk::prepareArguments() {
164164

165165
// Chop off the async context parameters.
166166
if (isAsync) {
167-
// FIXME: Once we remove async task and executor this should be one not
168-
// three.
169167
unsigned numAsyncContextParams =
170168
(unsigned)AsyncFunctionArgumentIndex::Context + 1;
171169
(void)original.claim(numAsyncContextParams);

0 commit comments

Comments
 (0)