From 950469e645dc6d2f2432c83bef049e8afb4020a2 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Mon, 30 Apr 2018 15:21:04 +0200 Subject: [PATCH] Remove old hack for Visual Studio It should not be needed with newer versions of Visual Studio. Signed-off-by: Stefan Weil --- src/ccmain/paragraphs.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ccmain/paragraphs.cpp b/src/ccmain/paragraphs.cpp index 9a6bf586..968e4119 100644 --- a/src/ccmain/paragraphs.cpp +++ b/src/ccmain/paragraphs.cpp @@ -16,9 +16,6 @@ ** limitations under the License. * **********************************************************************/ -#ifdef _MSC_VER -#define __func__ __FUNCTION__ -#endif #include #include // std::unique_ptr -- GitLab