mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-29 08:42:28 +00:00
Remove some dead code
This commit is contained in:
parent
168d1c157e
commit
73c0faa1b5
66 changed files with 324 additions and 7705 deletions
5
third_party/nsync/panic.c
vendored
5
third_party/nsync/panic.c
vendored
|
@ -23,9 +23,6 @@
|
|||
|
||||
/* Aborts after printing the nul-terminated string s[]. */
|
||||
void nsync_panic_ (const char *s) {
|
||||
char b[256], *p = b;
|
||||
p = stpcpy (p, "panic: ");
|
||||
p = stpcpy (p, s);
|
||||
write (2, b, p - b);
|
||||
tinyprint (2, "nsync panic: ", s, NULL);
|
||||
notpossible;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue