summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_compiler.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-04-07 21:00:05 +0100
committerJosé Fonseca <jfonseca@vmware.com>2010-04-07 21:00:05 +0100
commitf15469039a4623ae89e7867e4904eec8eef6395b (patch)
treefda81f051612b00b54af10b95568556f95cbd9a1 /src/gallium/include/pipe/p_compiler.h
parent68df2949971f6a9c0854bdfb2a252cb82fd9b7aa (diff)
util: Remove the half typedef from p_compiler.h.
Unnecessary, and doesn't even guarantee size.
Diffstat (limited to 'src/gallium/include/pipe/p_compiler.h')
-rw-r--r--src/gallium/include/pipe/p_compiler.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/include/pipe/p_compiler.h b/src/gallium/include/pipe/p_compiler.h
index d645fd09bf..09d6b6c9e2 100644
--- a/src/gallium/include/pipe/p_compiler.h
+++ b/src/gallium/include/pipe/p_compiler.h
@@ -74,8 +74,6 @@ typedef unsigned char boolean;
#define FALSE false
#endif
-typedef unsigned short half;
-
/* Function inlining */
#ifndef INLINE
# ifdef __cplusplus