summaryrefslogtreecommitdiff
path: root/CMake
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-01-16 23:35:00 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-01-17 08:47:23 +0100
commit90dd1fc66401d5bb7814f4edeb16a06c925b1f1e (patch)
tree6a29afbb97c243e710a0bedf380f1c2485ea1b8f /CMake
parent0041fe7ef5e32408865bc543897a42f5e2ea376e (diff)
downloadcurl-90dd1fc66401d5bb7814f4edeb16a06c925b1f1e.tar.gz
misc: remove BeOS code and references
There has not been a mention of this OS in any commit since December 2004 (58f4af7973e3d2). The OS is also long gone. Closes #8288
Diffstat (limited to 'CMake')
-rw-r--r--CMake/CurlTests.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMake/CurlTests.c b/CMake/CurlTests.c
index 8666da0da..42addd718 100644
--- a/CMake/CurlTests.c
+++ b/CMake/CurlTests.c
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -56,7 +56,7 @@ return 0;
# define PLATFORM_AIX_V3
#endif
/* */
-#if defined(PLATFORM_SUNOS4) || defined(PLATFORM_AIX_V3) || defined(__BEOS__)
+#if defined(PLATFORM_SUNOS4) || defined(PLATFORM_AIX_V3)
#error "O_NONBLOCK does not work on this platform"
#endif