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 | 0f8acebd532645f888ce4cca83a45a2136b30ced (patch) | |
tree | 3a5cfa7d4ea375ac6f4305315fb8cebb47eb132a /Modules/posixmodule.c | |
parent | 28696fe491196f42258846b360b837f3776e66d6 (diff) | |
download | cpython-0f8acebd532645f888ce4cca83a45a2136b30ced.zip cpython-0f8acebd532645f888ce4cca83a45a2136b30ced.tar.gz cpython-0f8acebd532645f888ce4cca83a45a2136b30ced.tar.bz2 |
dosmodule is, thankfully, no more
Diffstat (limited to 'Modules/posixmodule.c')
-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 8d6a72e..1040ec5 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 |