gallivm: don't clamp reference value for shadow comparison for float formats
[mesa.git] / src / gallium / auxiliary / SConscript
index e00040d97abe18dce40c8794482392438c7f83fb..31dfed316aa04017c03dd1a938838398e906b1af 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',