diff options
author | José Fonseca <[email protected]> | 2011-11-09 07:02:27 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2011-11-29 17:34:30 +0000 |
commit | 57f8e26ca87a2846f192682c84eccbf8b4500bfc (patch) | |
tree | bc0ff646a7a9dba4006d85610f86118bdf58bb3d /src/gallium/auxiliary/Makefile.sources | |
parent | 23a8a7fe8c799ed9040a03ef8e9e058686c00206 (diff) |
gallium/auxiliary: Remove os_stream.
XP kernel mode was the only subsystem lacking stdio FILES.
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r-- | src/gallium/auxiliary/Makefile.sources | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index f1f3696d005..15de20cb3a3 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -37,11 +37,6 @@ C_SOURCES := \ draw/draw_vs_ppc.c \ draw/draw_vs_variant.c \ os/os_misc.c \ - os/os_stream.c \ - os/os_stream_log.c \ - os/os_stream_null.c \ - os/os_stream_stdc.c \ - os/os_stream_str.c \ os/os_time.c \ pipebuffer/pb_buffer_fenced.c \ pipebuffer/pb_buffer_malloc.c \ |