mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-12 05:59:10 +00:00
Improve dead code elimination
This commit is contained in:
parent
760db8c5ad
commit
0e36cb3ac4
6606 changed files with 9685 additions and 9854 deletions
|
@ -81,6 +81,7 @@ const struct IdName kNtStartfFlagNames[] = {
|
|||
};
|
||||
|
||||
noasan void PrintStartupInfo(void) {
|
||||
#if 0
|
||||
printf("\n\
|
||||
╔──────────────────────────────────────────────────────────────────────────────╗\n\
|
||||
│ new technology § startup info │\n\
|
||||
|
@ -108,9 +109,11 @@ noasan void PrintStartupInfo(void) {
|
|||
X("%ld", hStdOutput);
|
||||
X("%ld", hStdError);
|
||||
#undef X
|
||||
#endif
|
||||
}
|
||||
|
||||
void PrintSystemInfo(void) {
|
||||
#if 0
|
||||
printf("\n\
|
||||
╔──────────────────────────────────────────────────────────────────────────────╗\n\
|
||||
│ new technology § system info │\n\
|
||||
|
@ -130,6 +133,7 @@ void PrintSystemInfo(void) {
|
|||
X("%hu", wProcessorLevel);
|
||||
X("%hu", wProcessorRevision);
|
||||
#undef X
|
||||
#endif
|
||||
}
|
||||
|
||||
const char *ft2str(int ft) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue