]> git.ipfire.org Git - thirdparty/ccache.git/commit
Remove redundant tmp_dia variable in to_cache()
authorryb <ryb@ableton.com>
Sat, 7 Feb 2015 13:33:37 +0000 (14:33 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 9 Feb 2015 20:32:04 +0000 (21:32 +0100)
commit728deee07cc2a68f5cf8c588ab7d1da66d1855c6
treee203c598698eacc6d954472d50c267ff85f952fb
parent6318b2d49b6ef8fe1c3c6ffec95af2c8fec3242a
Remove redundant tmp_dia variable in to_cache()

It is always equal to output_dia. The next commit will no longer move the
output_dia file to itself, which doesn't make much sense.
ccache.c