diff options
author | Ilia Mirkin <[email protected]> | 2015-03-26 19:26:38 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2015-03-26 21:02:09 -0400 |
commit | 1b87d73a9f93fd0ce2c943964de9eae44affb991 (patch) | |
tree | d5c701114868202671dedbda76b35d89b413bf89 /src/gallium/auxiliary/Makefile.sources | |
parent | 2e34faaf06f50741164209cc5743ab4d8579c94c (diff) |
gallium/util: remove u_linkage
Does not appear to be used in tree. Coverity spotted some errors in the
bitmask stuff, but the whole thing appears to be unused.
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r-- | src/gallium/auxiliary/Makefile.sources | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index b7174d6e7fe..09496faf95e 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -251,8 +251,6 @@ C_SOURCES := \ util/u_keymap.h \ util/u_linear.c \ util/u_linear.h \ - util/u_linkage.c \ - util/u_linkage.h \ util/u_math.c \ util/u_math.h \ util/u_memory.h \ |