From 695111036821f73870d8d7b4ba072368fc8f7941 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Fri, 7 Sep 2012 23:55:11 -0400 Subject: remove unneeded judgemental commentary from ftw.h --- include/ftw.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/ftw.h') diff --git a/include/ftw.h b/include/ftw.h index f5eb9f67..c8eadbc9 100644 --- a/include/ftw.h +++ b/include/ftw.h @@ -6,10 +6,6 @@ extern "C" { #endif #include - -/* Normally we do not nest header includes. However useless bloat - * like ftw may be treated as a special case. Otherwise we would - * have to deal with duplicating all the stat.h mess. */ #include #define FTW_F 1 -- cgit v1.2.1