remove extra debug.cc from build

This commit is contained in:
Mathieu Lacage
2007-02-16 09:40:19 +01:00
parent 2fafcce00c
commit 7f5d4a1a79

View File

@@ -21,7 +21,6 @@ core.add_sources([
'debug.cc',
'assert.cc',
'ptr.cc',
'debug.cc',
'test.cc'
])
env = Environment()