diff options
author | Matt Turner <[email protected]> | 2012-08-22 12:45:48 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2012-08-24 11:08:19 -0700 |
commit | 179d8aa3317eaadcdfe73a2fcd1894612b7380d0 (patch) | |
tree | 654bdf55d77e1634b87cb8fcad1107c06b930665 /src/mesa/SConscript | |
parent | 57c57df7b4579b60a84062df2e64f84dd84558b5 (diff) |
Move _mesa_dl* functions into dlopen.h and inline them
No point in having an extra function call for inlinable functions.
Reviewed-by: Tapani Pälli <[email protected]>
Diffstat (limited to 'src/mesa/SConscript')
-rw-r--r-- | src/mesa/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/SConscript b/src/mesa/SConscript index 938eea5d606..e2064ce737e 100644 --- a/src/mesa/SConscript +++ b/src/mesa/SConscript @@ -60,7 +60,6 @@ main_sources = [ 'main/debug.c', 'main/depth.c', 'main/dlist.c', - 'main/dlopen.c', 'main/drawpix.c', 'main/drawtex.c', 'main/enable.c', |