From 0f8acebd532645f888ce4cca83a45a2136b30ced Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 4 Aug 2011 11:07:42 -0500 Subject: [PATCH] dosmodule is, thankfully, no more --- Modules/posixmodule.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index 8d6a72e93c8..1040ec5b404 100644 --- a/Modules/posixmodule.c +++ b/Modules/posixmodule.c @@ -11,8 +11,6 @@ compiler is assumed to be IBM's VisualAge C++ (VACPP). PYCC_GCC is used as the compiler specific macro for the EMX port of gcc to OS/2. */ -/* See also ../Dos/dosmodule.c */ - #ifdef __APPLE__ /* * Step 1 of support for weak-linking a number of symbols existing on