mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
ossaudiodev has been building, so remove unnecessary pass and invalid comment
This commit is contained in:
parent
3e59076b1d
commit
c3bbeb3749
1 changed files with 0 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -743,8 +743,6 @@ class PyBuildExt(build_ext):
|
||||||
exts.append( Extension('linuxaudiodev', ['linuxaudiodev.c']) )
|
exts.append( Extension('linuxaudiodev', ['linuxaudiodev.c']) )
|
||||||
|
|
||||||
if platform in ('linux2', 'freebsd4'):
|
if platform in ('linux2', 'freebsd4'):
|
||||||
# ossaudiodev currently doesn't work, so don't build.
|
|
||||||
pass
|
|
||||||
exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) )
|
exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) )
|
||||||
|
|
||||||
if platform == 'sunos5':
|
if platform == 'sunos5':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue