Skip to content

Commit

Permalink
Remove old hack for Visual Studio
Browse files Browse the repository at this point in the history
It should not be needed with newer versions of Visual Studio.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Apr 30, 2018
1 parent 45bb942 commit 950469e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ccmain/paragraphs.cpp
Expand Up @@ -16,9 +16,6 @@
** limitations under the License.
*
**********************************************************************/
#ifdef _MSC_VER
#define __func__ __FUNCTION__
#endif

#include <ctype.h>
#include <memory> // std::unique_ptr
Expand Down

0 comments on commit 950469e

Please sign in to comment.