diff options
| author | Thomas Munro | 2022-07-23 02:44:31 +0000 |
|---|---|---|
| committer | Thomas Munro | 2022-07-23 02:59:11 +0000 |
| commit | a3b8d2a997ab6e8d982495753013c440b32929ba (patch) | |
| tree | c8fff824f897dcad0c3d62f41e9881a567ada6c3 /src/tools | |
| parent | 0f39b70a6f3664036d527fb04ba709d363072a2e (diff) | |
Remove configure probe for sys/tas.h.
The last reference to HAVE_SYS_TAS_H disappeared with commit 718aa43a.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/msvc/Solution.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/msvc/Solution.pm b/src/tools/msvc/Solution.pm index 23296527aed..2f364ab1123 100644 --- a/src/tools/msvc/Solution.pm +++ b/src/tools/msvc/Solution.pm @@ -406,7 +406,6 @@ sub GenerateFiles HAVE_SYS_SIGNALFD_H => undef, HAVE_SYS_SOCKIO_H => undef, HAVE_SYS_STAT_H => 1, - HAVE_SYS_TAS_H => undef, HAVE_SYS_TYPES_H => 1, HAVE_SYS_UCRED_H => undef, HAVE_SYS_UIO_H => undef, |
