[vlc-commits] picture: remove unused std::memory_order
Steve Lhomme
git at videolan.org
Mon Dec 17 16:44:38 CET 2018
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Dec 13 15:26:57 2018 +0100| [c54aae2f67c86170403df79102434a115b0751ec] | committer: Steve Lhomme
picture: remove unused std::memory_order
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c54aae2f67c86170403df79102434a115b0751ec
---
include/vlc_picture.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/vlc_picture.h b/include/vlc_picture.h
index d71e177713..567eb17f39 100644
--- a/include/vlc_picture.h
+++ b/include/vlc_picture.h
@@ -32,7 +32,6 @@
#else
#include <atomic>
using std::atomic_uintptr_t;
-using std::memory_order;
using std::memory_order_relaxed;
using std::memory_order_release;
#endif
More information about the vlc-commits
mailing list