Remove Microsoft comment regarding dirent in parsingchecks
This commit is contained in:
parent
ff1d77ead9
commit
1e9488d4a6
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue