Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unneeded macro definition for M_PI
There is already one in platform.h.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Jul 2, 2018
1 parent a0291c7 commit cbd7b15
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/training/mftraining.cpp
Expand Up @@ -28,11 +28,6 @@
#include <cstdio>
#define _USE_MATH_DEFINES
#include <cmath>
#ifdef _WIN32
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
#endif

#include "classify.h"
#include "cluster.h"
Expand Down

0 comments on commit cbd7b15

Please sign in to comment.