]> git.cworth.org Git - fips/commit
Simplify metrics interface by dropping metrics_counter_new
authorCarl Worth <cworth@cworth.org>
Tue, 15 Oct 2013 20:20:33 +0000 (13:20 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 15 Oct 2013 20:20:33 +0000 (13:20 -0700)
commit2ddfc599cf1f15f2eec12ddb24754fe768b38e03
tree9d85f3b528decdd37217cefeb63b50fb06ddb0ae
parenta73706f5eae8f1be84a8cebd50f32b08cc66b16c
Simplify metrics interface by dropping metrics_counter_new

None of the callers of this function were doing anything with the
returned value other than passing it directly to
metrics_counter_start. So it's simpler to just fold the contents of
the metrics_counter_new function into the body of
metrics_counter_start itself.
glwrap.c
metrics.c
metrics.h