]> git.tuebingen.mpg.de Git - paraslash.git/commit
audiod: Skip NULL pointer check in compute_time_diff().
authorAndre Noll <maan@systemlinux.org>
Sun, 2 Feb 2014 19:45:08 +0000 (20:45 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 22 Feb 2014 15:52:06 +0000 (16:52 +0100)
commit74059884d079aa483b4fc30a122c484f992d9ddb
tree503bb2e31819072028159b2c39803fc2c5a7e9ef
parent67d6243694e36deb43eb8bf246871d3e266b1cb2
audiod: Skip NULL pointer check in compute_time_diff().

We never pass a NULL pointer to this function.
audiod.c