vlc | branch: master | Steve Lhomme <[email protected]> | 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
