summaryrefslogtreecommitdiff
path: root/pthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'pthread.c')
-rw-r--r--pthread.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/pthread.c b/pthread.c
index 7fbfa9f..be70f38 100644
--- a/pthread.c
+++ b/pthread.c
@@ -36,13 +36,6 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
-/*
- * This file is intended to form a single translation unit
- * consisting of the entire pthreads-win32 library.
- * The reason for doing this is to maximise inline optimisation
- * wherever possible.
- */
-
#include "pthread.h"
#include "implement.h"