From afd23d7199b4e709a2b021140979ca9df97decf8 Mon Sep 17 00:00:00 2001 From: Jordan Williams Date: Tue, 21 Jun 2022 20:40:53 -0500 Subject: [PATCH] Remove untested VLE_ON branch --- include/boost/smart_ptr/detail/sp_counted_base_cw_ppc.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/boost/smart_ptr/detail/sp_counted_base_cw_ppc.hpp b/include/boost/smart_ptr/detail/sp_counted_base_cw_ppc.hpp index f71f415..58a69e6 100644 --- a/include/boost/smart_ptr/detail/sp_counted_base_cw_ppc.hpp +++ b/include/boost/smart_ptr/detail/sp_counted_base_cw_ppc.hpp @@ -63,11 +63,7 @@ inline long atomic_decrement( register long * pw ) asm { #if defined(__PPCZen__) || defined(__PPCe500__) || defined(__PPCe500v2__) -# if VLE_ON - se_isync -# else msync -# endif #else sync #endif