Remove redundant .remove()

This commit is contained in:
Nathan Letwory 2011-11-08 19:04:19 +00:00
parent 2a0451dc46
commit 7d7079a58a

@ -3,8 +3,6 @@
Import ('env') Import ('env')
sources = env.Glob('intern/*.cpp') + env.Glob('FX/*.cpp') sources = env.Glob('intern/*.cpp') + env.Glob('FX/*.cpp')
# file already included in AUD_JOSResampleReader.cpp
sources.remove('intern/AUD_JOSResampleReaderCoeff.cpp')
incs = '. intern FX ' + env['BF_PTHREADS_INC'] incs = '. intern FX ' + env['BF_PTHREADS_INC']
defs = [] defs = []