diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-08-04 16:07:42 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-08-04 16:07:42 (GMT) |
commit | fc9bbd16927d8384733e0444d7c4daed7d1b6fd4 (patch) | |
tree | 86db321e6505385e964ec93b70ad3ec2df8874ae | |
parent | 7ce71f64960f47574acad92b8e26788c0c747393 (diff) | |
download | cpython-fc9bbd16927d8384733e0444d7c4daed7d1b6fd4.zip cpython-fc9bbd16927d8384733e0444d7c4daed7d1b6fd4.tar.gz cpython-fc9bbd16927d8384733e0444d7c4daed7d1b6fd4.tar.bz2 |
dosmodule is, thankfully, no more
-rw-r--r-- | Modules/posixmodule.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index a00b134..702fec0 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 |