draw: improve the clipper debug/printf code
[mesa.git] / src / gallium / auxiliary / SConscript
index 07c420e138d5d4676f769739533439aae4bb9d2f..bfd5ec34c04dfd35a74369015b7b2e9d6afb386a 100644 (file)
@@ -35,13 +35,6 @@ env.CodeGenerate(
     command = python_cmd + ' $SCRIPT $SOURCE > $TARGET'
 )
 
-env.CodeGenerate(
-    target = 'util/u_half.c',
-    script = 'util/u_half.py',
-    source = [],
-    command = python_cmd + ' $SCRIPT > $TARGET'
-)
-
 env.Depends('util/u_format_table.c', [
     '#src/gallium/auxiliary/util/u_format_parse.py',
     'util/u_format_pack.py',