summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_half.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/util/u_half.c')
-rw-r--r--src/gallium/auxiliary/util/u_half.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/auxiliary/util/u_half.c b/src/gallium/auxiliary/util/u_half.c
index 8865acb76b5..62d74d4c6f4 100644
--- a/src/gallium/auxiliary/util/u_half.c
+++ b/src/gallium/auxiliary/util/u_half.c
@@ -22,9 +22,6 @@ uint32_t util_half_to_float_offset_table[64];
uint16_t util_float_to_half_base_table[512];
uint8_t util_float_to_half_shift_table[512];
-/* called by u_gctors.cpp, which defines the prototype itself */
-void util_half_init_tables(void);
-
void util_half_init_tables(void)
{
int i;