diff options
author | José Fonseca <[email protected]> | 2010-04-09 14:14:54 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-04-09 16:32:47 +0100 |
commit | b1cfc195bb802d6ee2b7e230e7d7bce9ffe7eefd (patch) | |
tree | a3d948d64383cb075da4607d6fc4de1a3aa0cb48 /src/gallium/auxiliary/util | |
parent | d3808b1b1f34dbb826b99102786d94e1baf9d667 (diff) |
util: Reorder format tests -- group by format.
Diffstat (limited to 'src/gallium/auxiliary/util')
-rwxr-xr-x | src/gallium/auxiliary/util/u_format_table.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_format_table.py b/src/gallium/auxiliary/util/u_format_table.py index 5440a8b7b8c..ae9a5981973 100755 --- a/src/gallium/auxiliary/util/u_format_table.py +++ b/src/gallium/auxiliary/util/u_format_table.py @@ -172,7 +172,6 @@ def write_format_table(formats): print " case %s:" % format.name print " return &util_format_%s_description;" % (format.short_name(),) print " default:" - print " assert(0);" print " return NULL;" print " }" print "}" |