Remove Microsoft comment regarding dirent in parsingchecks

This commit is contained in:
Furkan Usta 2020-05-02 16:01:30 +03:00
parent ff1d77ead9
commit 1e9488d4a6
2 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@
#ifndef _MSC_VER
#include <dirent.h>
#else
// Microsoft can't be bothered to provide standard utils.
#include <dirent_portable.h>
#endif
#include "simdjson.h"

View File

@ -15,7 +15,6 @@
#ifndef _MSC_VER
#include <dirent.h>
#else
// Microsoft can't be bothered to provide standard utils.
#include <dirent_portable.h>
#endif
#include "simdjson.h"