]> git.cworth.org Git - fips/commitdiff
Remove unused parameter from RESTORE_METRICS_OP macro.
authorCarl Worth <cworth@cworth.org>
Sat, 9 Nov 2013 16:26:30 +0000 (08:26 -0800)
committerCarl Worth <cworth@cworth.org>
Sat, 9 Nov 2013 16:26:30 +0000 (08:26 -0800)
Oddly enough, this wasn't actually having any effect. Apparently it's
legitimate to pass empty arguments to function-like macros. But this
wasn't the intention here. I had intended for this macro to never
accept any argument.


No differences found