Yet more style updates to the curve448 code
[openssl.git] / crypto / ec / curve448 / word.h
index 179d70b853c00bb4aa740c32b06346836046ee5c..6067404e65e5394ac6fd34e5caa565b03f2d0bad 100644 (file)
@@ -101,9 +101,4 @@ static ossl_inline mask_t bool_to_mask(c448_bool_t m)
     return ret;
 }
 
-static ossl_inline void ignore_result(c448_bool_t boo)
-{
-    (void)boo;
-}
-
 #endif                          /* HEADER_WORD_H */