]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/msm/back/state_machine.hpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / boost / msm / back / state_machine.hpp
index 9c0a3e786dc278a70f27510f5475df1679e2bcf4..5f9a6fe29960b8cfa05681969737ed6bede2abc1 100644 (file)
@@ -2156,7 +2156,6 @@ private:
         {
             typedef typename get_flag_list<StateType>::type flags;
             typedef typename ::boost::mpl::contains<flags,Flag >::type found;
-            typedef typename is_composite_state<StateType>::type composite;
 
             BOOST_STATIC_CONSTANT(int, state_id = (get_state_id<stt,StateType>::type::value));
             if (found::type::value)