From bb5f58f55fc169275cbdeb266c83195d5d5a4d72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Mon, 1 Feb 2021 14:08:09 +0100 Subject: [PATCH] Bytecode: remove useless constant redefinition --- mex/sources/bytecode/ErrorHandling.hh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/mex/sources/bytecode/ErrorHandling.hh b/mex/sources/bytecode/ErrorHandling.hh index 22e8dae9b..55c8fbdf5 100644 --- a/mex/sources/bytecode/ErrorHandling.hh +++ b/mex/sources/bytecode/ErrorHandling.hh @@ -31,13 +31,6 @@ #define _USE_MATH_DEFINES #include #include -#ifndef M_PI -# define M_PI (3.14159265358979323846) -#endif - -#ifndef M_SQRT2 -# define M_SQRT2 1.41421356237309504880 -#endif #ifdef DEBUG_EX # include