X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fovs-atomic-clang.h;h=c83afab9ba769c0757a12ca68c959e56c6ea144b;hb=8917f72cbb04fb32dc29f93475bcd2de3011d442;hp=6792985cee2513931a96d4cac2e299cfda67a50b;hpb=6a36690c200a08dfbd5648269e3e1ab837d1b726;p=sliver-openvswitch.git diff --git a/lib/ovs-atomic-clang.h b/lib/ovs-atomic-clang.h index 6792985ce..c83afab9b 100644 --- a/lib/ovs-atomic-clang.h +++ b/lib/ovs-atomic-clang.h @@ -26,7 +26,6 @@ #define ATOMIC_VAR_INIT(VALUE) (VALUE) #define atomic_init(OBJECT, VALUE) __c11_atomic_init(OBJECT, VALUE) -#define atomic_destroy(OBJECT) ((void) (OBJECT)) /* Clang hard-codes these exact values internally but does not appear to * export any names for them. */