X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_atomic.h;h=51acccc726e3306ea33dff71a008b1447bed6f2f;hb=c60652e38ac6afd74bd8225e9dae5406f13aaa4f;hp=2b0ff88e6783dc21bfff7597846a982251ae9658;hpb=34f3dfb172a44155148df362efb8a0831da757ca;p=vlc diff --git a/include/vlc_atomic.h b/include/vlc_atomic.h index 2b0ff88e67..51acccc726 100644 --- a/include/vlc_atomic.h +++ b/include/vlc_atomic.h @@ -26,15 +26,6 @@ * Atomic operations do not require locking, but they are not very powerful. */ -/** - * Memory storage space for an atom. Never access it directly. - */ -typedef union -{ - uintptr_t u; - intptr_t s; -} vlc_atomic_t; - /* All functions return the atom value _after_ the operation. */ VLC_EXPORT(uintptr_t, vlc_atomic_get, (const vlc_atomic_t *));