diff options
Diffstat (limited to 'src/gallium/include/pipe/p_config.h')
-rw-r--r-- | src/gallium/include/pipe/p_config.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/gallium/include/pipe/p_config.h b/src/gallium/include/pipe/p_config.h index 859e4c4db2a..ca14da66ef7 100644 --- a/src/gallium/include/pipe/p_config.h +++ b/src/gallium/include/pipe/p_config.h @@ -143,8 +143,6 @@ /* * Auto-detect the operating system family. - * - * See subsystem below for a more fine-grained distinction. */ #if defined(__linux__) @@ -213,19 +211,4 @@ #define PIPE_OS_UNIX #endif -/* - * Try to auto-detect the subsystem. - * - * NOTE: There is no way to auto-detect most of these. - */ - -#if defined(PIPE_OS_WINDOWS) -#if defined(PIPE_SUBSYSTEM_WINDOWS_USER) -/* Windows User-space Library */ -#else -#define PIPE_SUBSYSTEM_WINDOWS_USER -#endif -#endif /* PIPE_OS_WINDOWS */ - - #endif /* P_CONFIG_H_ */ |