From 6989025fc7c8cab15f6b58dd0407289fca657d93 Mon Sep 17 00:00:00 2001 From: Michael Kuron <mkuron@icp.uni-stuttgart.de> Date: Mon, 5 Oct 2020 11:53:34 +0200 Subject: [PATCH] drop unused WALBERLA_PRAGMA --- src/core/Macros.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/core/Macros.h b/src/core/Macros.h index ac12f1b7e..5694e66f4 100644 --- a/src/core/Macros.h +++ b/src/core/Macros.h @@ -43,14 +43,6 @@ # define WALBERLA_FORCE_INLINE(func) inline func #endif -// pragma in macros (-> https://stackoverflow.com/a/3030312) - -#ifdef WALBERLA_CXX_COMPILER_IS_MSVC -#define WALBERLA_PRAGMA(x) __pragma(x) -#else -#define WALBERLA_PRAGMA(x) _Pragma(#x) -#endif - #ifndef WALBERLA_CXX_COMPILER_IS_IBM #define WALBERLA_OVERRIDE #else -- GitLab