aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/exec/tgsi_sse2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/tgsi/exec/tgsi_sse2.h')
-rwxr-xr-xsrc/gallium/auxiliary/tgsi/exec/tgsi_sse2.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gallium/auxiliary/tgsi/exec/tgsi_sse2.h b/src/gallium/auxiliary/tgsi/exec/tgsi_sse2.h
index d1190727d03..d56bf7f98ab 100755
--- a/src/gallium/auxiliary/tgsi/exec/tgsi_sse2.h
+++ b/src/gallium/auxiliary/tgsi/exec/tgsi_sse2.h
@@ -15,13 +15,6 @@ tgsi_emit_sse2(
float (*immediates)[4]
);
-unsigned
-tgsi_emit_sse2_fs(
- struct tgsi_token *tokens,
- struct x86_function *function,
- float (*immediates)[4]
- );
-
#if defined __cplusplus
}
#endif