Cleanup: fix cppcheck warnings
[babeltrace.git] / formats / ctf / types / float.c
index 0e4b9485607bfc83e16e347a70f01739c2aa92c5..782f72bfef514433303a9c232188e86bee4f4e80 100644 (file)
@@ -69,7 +69,7 @@ static struct declaration_float *static_float_declaration,
                *static_double_declaration;
 
 struct pos_len {
-       size_t sign_start, exp_start, mantissa_start, len;
+       size_t len;
 };
 
 static void float_lock(void)
This page took 0.022504 seconds and 4 git commands to generate.