]> git.cworth.org Git - fips/commit
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>
Mon, 11 Nov 2013 18:29:59 +0000 (10:29 -0800)
commit4b8e79fbf3a58702a11c4959d8c153f98f9fbcd3
treedbc885258133812d02b340fcf0edfc8987b10ff9
parentfb88da722af38233cd4f50e62d7dfbb51eadf3c1
Remove unused parameter from RESTORE_METRICS_OP macro.

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.
glwrap.c