chiark / gitweb /
timesync: remove square(), use pow instead
authorCristian Rodríguez <crrodriguez@opensuse.org>
Tue, 23 Dec 2014 20:52:51 +0000 (17:52 -0300)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 25 Dec 2014 15:55:41 +0000 (10:55 -0500)
commitfa66b606b1a79530bc0d7f70ff30955232e40694
tree7699de43f2da6b27deef563db5706c91bb308283
parent097df453dab149f6b45f1b30510363acd8f11593
timesync: remove square(), use pow instead

In any case, the compiler generates the same code inline and never
actually calls the library function.
src/timesync/timesyncd-manager.c