[ovs-git] [openvswitch/ovs] cab07b: util: Remove va_copy() implementation.

GitHub noreply at github.com
Fri Apr 1 04:48:33 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: cab07b63a1a01fe572f1f9053ea06a67bfbed1df
      https://github.com/openvswitch/ovs/commit/cab07b63a1a01fe572f1f9053ea06a67bfbed1df
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2016-03-31 (Thu, 31 Mar 2016)

  Changed paths:
    M lib/util.h

  Log Message:
  -----------
  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 <blp at ovn.org>
Acked-by: Russell Bryant <russell at ovn.org>




More information about the git mailing list