scons: Remove references to u_thread.c
For future reference: always run "git grep" on refactorings.
This commit is contained in:
@@ -38,7 +38,6 @@ glapi_sources = [
|
||||
mapi_sources = [
|
||||
'u_current.c',
|
||||
'u_execmem.c',
|
||||
'u_thread.c',
|
||||
]
|
||||
for s in mapi_sources:
|
||||
o = env.SharedObject(s[:-2], '../mapi/' + s)
|
||||
|
||||
Reference in New Issue
Block a user