diff options
author | ed <ed@FreeBSD.org> | 2009-02-26 16:32:48 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2009-02-26 16:32:48 +0000 |
commit | 9d9e2a90b2bd1b0edc87bc133db978d6474fe510 (patch) | |
tree | a1d45367a3bc529c181bdc1622b845da1dce7560 /lib/libc/stdlib/malloc.c | |
parent | b3ddcfe1f75495bb47bf5eaba6333e4822eadae7 (diff) | |
download | FreeBSD-src-9d9e2a90b2bd1b0edc87bc133db978d6474fe510.zip FreeBSD-src-9d9e2a90b2bd1b0edc87bc133db978d6474fe510.tar.gz |
Remove unneeded pointer `ndp'.
Inside do_execve(), we have a pointer `ndp', which always points to
`&nd'. I can imagine a primitive (non-optimizing) compiler to really
reserve space for such a pointer, so just remove the variable and use
`&nd' directly.
Diffstat (limited to 'lib/libc/stdlib/malloc.c')
0 files changed, 0 insertions, 0 deletions