Remove old hack for Visual Studio

It should not be needed with newer versions of Visual Studio.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2018-04-30 15:21:04 +02:00
parent 45bb9427e0
commit 950469e645

View File

@ -16,9 +16,6 @@
** limitations under the License.
*
**********************************************************************/
#ifdef _MSC_VER
#define __func__ __FUNCTION__
#endif
#include <ctype.h>
#include <memory> // std::unique_ptr