浏览代码

gallium: Remove dead code.

tags/7.8-rc1
José Fonseca 15 年前
父节点
当前提交
74f520861f
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0
    4
      src/gallium/include/pipe/p_compiler.h

+ 0
- 4
src/gallium/include/pipe/p_compiler.h 查看文件

@@ -69,11 +69,7 @@ typedef unsigned short ushort;
#endif
typedef unsigned char ubyte;

#if 0
#define boolean bool
#else
typedef unsigned char boolean;
#endif
#ifndef TRUE
#define TRUE true
#endif

正在加载...
取消
保存