gallium: remove never-used PIPE_SUBSYSTEM_DRI
authorEric Engestrom <eric.engestrom@intel.com>
Thu, 1 Aug 2019 14:02:15 +0000 (15:02 +0100)
committerEric Engestrom <eric.engestrom@intel.com>
Fri, 2 Aug 2019 17:38:52 +0000 (18:38 +0100)
PIPE_SUBSYSTEM_DRI was introduced in dacfef158943665fc0d1 ("gallium: New
configuration header.") 11 years ago, and was never used.

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/gallium/include/pipe/p_config.h

index 3fa43ed797054b7d3724fbab47ca75852c85dab9..859e4c4db2aa22b8cd4577b1249dafb7131f7636 100644 (file)
  * NOTE: There is no way to auto-detect most of these.
  */
 
-#if defined(PIPE_OS_LINUX) || defined(PIPE_OS_BSD) || defined(PIPE_OS_SOLARIS)
-#define PIPE_SUBSYSTEM_DRI
-#endif /* PIPE_OS_LINUX || PIPE_OS_BSD || PIPE_OS_SOLARIS */
-
 #if defined(PIPE_OS_WINDOWS)
 #if defined(PIPE_SUBSYSTEM_WINDOWS_USER)
 /* Windows User-space Library */