Commit c3bbeb37 authored by Neal Norwitz's avatar Neal Norwitz

ossaudiodev has been building, so remove unnecessary pass and invalid comment

parent 3e59076b
......@@ -743,8 +743,6 @@ class PyBuildExt(build_ext):
exts.append( Extension('linuxaudiodev', ['linuxaudiodev.c']) )
if platform in ('linux2', 'freebsd4'):
# ossaudiodev currently doesn't work, so don't build.
pass
exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) )
if platform == 'sunos5':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment