]> git.ipfire.org Git - thirdparty/coreutils.git/commit
df: omit redundant comparison
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 27 Jul 2018 19:00:02 +0000 (12:00 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 27 Jul 2018 19:03:52 +0000 (12:03 -0700)
commite5dae2c6b0bcd0e4ac6e5b212688d223e2e62f79
tree4c119092f62b590b8870dd693f00572b476ce570
parent25c74a37ca53426bbf54b620a1903571f2ccc03c
df: omit redundant comparison

Trivial inefficiency reported by Bruno Haible in:
http://lists.gnu.org/r/bug-gnulib/2018-07/msg00109.html
* src/df.c (hide_problematic_chars): Omit redundant test.
src/df.c