diff options
author | Andres Freund | 2018-08-24 17:41:45 +0000 |
---|---|---|
committer | Andres Freund | 2018-08-24 17:41:45 +0000 |
commit | 8ecdefc261abbd35d6280cdd8fd749e83c3fd199 (patch) | |
tree | 3c10a717339808e8741c05dca6796d2a614dd1e1 /configure.in | |
parent | cb92520563834577d3afbbedcc0df4ee0aac3445 (diff) |
Remove test for VA_ARGS, implied by C99.
This simplifies logic / reduces duplication in a few headers.
Author: Andres Freund
Discussion: https://postgr.es/m/97d4b165-192d-3605-749c-f614a0c4e783@2ndquadrant.com
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 5869ab7c5bc..3280afa0dab 100644 --- a/configure.in +++ b/configure.in @@ -1434,7 +1434,6 @@ PGAC_C_BUILTIN_BSWAP64 PGAC_C_BUILTIN_CONSTANT_P PGAC_C_BUILTIN_UNREACHABLE PGAC_C_COMPUTED_GOTO -PGAC_C_VA_ARGS PGAC_STRUCT_TIMEZONE PGAC_UNION_SEMUN PGAC_STRUCT_SOCKADDR_UN |