Skip to content

Commit 1e9488d

Browse files
committed
Remove Microsoft comment regarding dirent in parsingchecks
1 parent ff1d77e commit 1e9488d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/numberparsingcheck.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#ifndef _MSC_VER
1313
#include <dirent.h>
1414
#else
15-
// Microsoft can't be bothered to provide standard utils.
1615
#include <dirent_portable.h>
1716
#endif
1817
#include "simdjson.h"

tests/stringparsingcheck.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#ifndef _MSC_VER
1616
#include <dirent.h>
1717
#else
18-
// Microsoft can't be bothered to provide standard utils.
1918
#include <dirent_portable.h>
2019
#endif
2120
#include "simdjson.h"

0 commit comments

Comments
 (0)