From a9871920400fea6b9c2aa5cd33cd655d938cc7de Mon Sep 17 00:00:00 2001 From: John Keiser Date: Tue, 9 Mar 2021 09:10:27 -0800 Subject: [PATCH] Remove SIMDJSON_CPP --- src/simdjson.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/simdjson.cpp b/src/simdjson.cpp index 75799633..8d17791c 100644 --- a/src/simdjson.cpp +++ b/src/simdjson.cpp @@ -1,7 +1,3 @@ -// Instead of including simdjson.h, we include the stuff inside so we can get all the -// implementations and not just builtin -#define SIMDJSON_CPP - #include "simdjson.h" SIMDJSON_PUSH_DISABLE_WARNINGS