Skip to content

Commit 950469e

Browse files
committed
Remove old hack for Visual Studio
It should not be needed with newer versions of Visual Studio. Signed-off-by: Stefan Weil <[email protected]>
1 parent 45bb942 commit 950469e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ccmain/paragraphs.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
** limitations under the License.
1717
*
1818
**********************************************************************/
19-
#ifdef _MSC_VER
20-
#define __func__ __FUNCTION__
21-
#endif
2219

2320
#include <ctype.h>
2421
#include <memory> // std::unique_ptr

0 commit comments

Comments
 (0)