Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
util: Remove va_copy() implementation.
This was here to help out older compilers that do not include va_copy(), which was new in C99. All the compilers we care about these days (GCC, Clang, MSVC) do support va_copy(), so remove it. Signed-off-by: Ben Pfaff <[email protected]> Acked-by: Russell Bryant <[email protected]>
- Loading branch information