]> git.ipfire.org Git - thirdparty/coreutils.git/commit
factor: remove IF_LINT
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 31 Jan 2022 16:42:07 +0000 (08:42 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 31 Jan 2022 20:07:39 +0000 (12:07 -0800)
commitdba02d1996f9037381ff65531f47d7a28e7fa2cd
treea72012d0b28faed084c578e0054f675204d95ae2
parentec8f3ea958deaca460d9c64add4342018fa5b15d
factor: remove IF_LINT

* src/factor.c (factor_using_squfof) [USE_SQUFOF]:
Use plain assert (...), not IF_LINT (assert (...)).
This code is currently never compiled or executed,
so this is merely a symbolic cleanup.
src/factor.c