diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2024-03-06 21:00:38 +0000 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2024-03-09 00:42:27 +0000 |
commit | 5511593dacb771490f6d12d78e7485c5ff8a0b38 (patch) | |
tree | 9fb8f6f39c18f3ce366f354e3a53c7fce6880bdb /src | |
parent | f6899af68dcc5629b9a6d9b5ecfdd83a4a830ced (diff) | |
download | unit-5511593dacb771490f6d12d78e7485c5ff8a0b38.tar.gz unit-5511593dacb771490f6d12d78e7485c5ff8a0b38.tar.bz2 |
Remove support for Microsoft's Visual C++ compiler
We don't run on Windows and only really support compiling Unit with GCC
and Clang.
Cc: Dan Callahan <d.callahan@f5.com>
Co-developed-by: Alejandro Colomar <alx@kernel.org>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/nxt_types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nxt_types.h b/src/nxt_types.h index 03e9c187..723346d9 100644 --- a/src/nxt_types.h +++ b/src/nxt_types.h @@ -51,7 +51,6 @@ typedef off_t nxt_off_t; * 64-bit on 32-bit NetBSD 6.0; * 32-bit on 64-bit OpenBSD; * 64-bit in Linux x32 ABI; - * 64-bit in 32-bit Visual Studio C++ 2005. */ #if (NXT_QNX) /* |