uptime: omit unnecessary #if
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 15 Feb 2011 05:05:18 +0000 (21:05 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 15 Feb 2011 05:05:55 +0000 (21:05 -0800)
commit43066fe2cae42c16faa4f33596c8c7cf603b5b42
tree57829663dd84aff1c7b69ec20e35ba45a4a5f553
parent0f56019db8d5a58e87adb61c7aab411113daf3c0
uptime: omit unnecessary #if

* src/uptime.c (print_uptime): Omit unnecessary "#if defined
HAVE_GETLOADAVG || defined C_GETLOADAVG".  This #if is always
true, and removing it will help us simplify the gnulib getloadavg
module.
src/uptime.c