summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/cpplint.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/cpplint.py b/tools/cpplint.py
index 4f069b77ad..0b5fb93536 100755
--- a/tools/cpplint.py
+++ b/tools/cpplint.py
@@ -1206,7 +1206,6 @@ threading_list = (
('gmtime(', 'gmtime_r('),
('localtime(', 'localtime_r('),
('rand(', 'rand_r('),
- ('readdir(', 'readdir_r('),
('strtok(', 'strtok_r('),
('ttyname(', 'ttyname_r('),
)