Skip to content

Commit 4c59d55

Browse files
committed
Remove stray todo
1 parent 6275a35 commit 4c59d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nativeStub.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ int main(int argc, char** argv) {
386386
}
387387
[allArgs addObject:cliArg];
388388
}
389-
// TODO args passthrough
389+
390390
int count = [allArgs count];
391391
char** cargs = malloc(sizeof(char*) * (count + 1));
392392

0 commit comments

Comments
 (0)