Skip to content

Commit 4a9b5aa

Browse files
[libc][NFC] remove TODO about AppProperties (#79356)
``` AppProperties app; ``` is marked as a weak symbol in header now. One can just use `&app != nullptr` to check if `app` is defined. There is no need to define it for overlay mode.
1 parent 260e45c commit 4a9b5aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libc/startup/linux/do_start.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ extern uintptr_t __fini_array_end[];
3737
}
3838

3939
namespace LIBC_NAMESPACE {
40-
// TODO: this symbol will be moved to config.linux.app
4140
AppProperties app;
4241

4342
using InitCallback = void(int, char **, char **);

0 commit comments

Comments
 (0)