Remove extraneous PROFILE

Accidentally committed in b2d063137
This commit is contained in:
Seth Hillbrand 2018-05-18 17:08:52 -07:00
parent 0c1172b17d
commit 6b1df2e992
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#include <thread>
#include <mutex>
#define PROFILE
#ifdef PROFILE
#include <profile.h>
#endif