From b3593da8560e9f22c9d60d9255302ac7140ea173 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Tue, 27 Dec 2016 11:53:31 +0100 Subject: [PATCH] [liba] Delete useless constant HUGE_VALF Change-Id: Ibc72edb4b5e398bde1ea7df4fceea6c362043281 --- liba/include/math.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/liba/include/math.h b/liba/include/math.h index 293a8b5b4..997c1240d 100644 --- a/liba/include/math.h +++ b/liba/include/math.h @@ -6,8 +6,7 @@ LIBA_BEGIN_DECLS #define NAN (0.0f/0.0f) -#define HUGE_VALF 1e50f -#define INFINITY HUGE_VALF +#define INFINITY 1e50f #define M_E 2.71828182845904523536028747135266250 #define M_PI 3.14159265358979323846264338327950288