]> git.eshelyaron.com Git - emacs.git/commit
Tiny simplification of frac_to_double
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 19 Mar 2020 06:58:46 +0000 (23:58 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 19 Mar 2020 07:11:16 +0000 (00:11 -0700)
commit37d3c1618b6cdf7efc90015fb2786aa30ef0de47
tree6cb3c076b98da02c2272461331c413a426c1acf8
parentefb5115ba29d75e1227e36da3d92dc2f5c5b6257
Tiny simplification of frac_to_double

* src/timefns.c (frac_to_double): Remove unnecessary runtime check,
since the denominator is always positive.
src/timefns.c