From eee5f7528e81eb9729fb1d30359c127533be7c9b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 23 Sep 2013 12:31:36 -0400 Subject: Merge Igor Socec's initialization code for TSIP. All regression tests pass. --- bits.c | 1 - 1 file changed, 1 deletion(-) (limited to 'bits.c') diff --git a/bits.c b/bits.c index 88ab2d91..21b635f0 100644 --- a/bits.c +++ b/bits.c @@ -126,7 +126,6 @@ void putbef32(char *buf, int off, float val) } #ifdef __UNUSED__ -// cppcheck-suppress unusedFunction void putbed64(char *buf, int off, double val) { union long_double l_d; -- cgit v1.2.1