]> git.cworth.org Git - fips/commitdiff
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)
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.


No differences found