]> 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>
Sat, 9 Nov 2013 16:26:30 +0000 (08:26 -0800)
commitde8d00c71c256ab967ece877050b5dbffe66b19d
tree62adf9607486b6f17f7a6b9958975fc21afdd097
parent79edc7574c353a7ae8d2455ecc3a94aa956b3c8e
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