Mesa (9.0): scons: Remove leftover print statement.

Vinson Lee vlee at kemper.freedesktop.org
Fri Aug 31 15:33:55 UTC 2012


Module: Mesa
Branch: 9.0
Commit: de92b7adca78da1709a7d4d5ac85c961323ece1f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=de92b7adca78da1709a7d4d5ac85c961323ece1f

Author: Vinson Lee <vlee at freedesktop.org>
Date:   Fri Aug 31 08:23:28 2012 -0700

scons: Remove leftover print statement.

Remove print statement left over from commit
c57fb034b19156e06e2ec25d9b06a0e174d861c9.

Signed-off-by: Vinson Lee <vlee at freedesktop.org>
(cherry picked from commit f3bb6bd9b37d58ec16aac09d41546bd4702ecab8)

---

 scons/gallium.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/scons/gallium.py b/scons/gallium.py
index dfed20f..1dd4e81 100755
--- a/scons/gallium.py
+++ b/scons/gallium.py
@@ -498,7 +498,6 @@ def generate(env):
 
     # Default libs
     libs = []
-    print env['platform']
     if env['platform'] in ('darwin', 'freebsd', 'linux', 'posix', 'sunos'):
         libs += ['m', 'pthread', 'dl']
     env.Append(LIBS = libs)




More information about the mesa-commit mailing list