From 334ee5bceeb2384e70f7ffe13e88b319b057ba3f Mon Sep 17 00:00:00 2001 From: Romain Geissler Date: Fri, 20 May 2016 19:00:42 +0200 Subject: [PATCH] Fix unused typedef warning in state_machine.hpp --- include/boost/msm/back/state_machine.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/boost/msm/back/state_machine.hpp b/include/boost/msm/back/state_machine.hpp index 9c0a3e7..5f9a6fe 100644 --- a/include/boost/msm/back/state_machine.hpp +++ b/include/boost/msm/back/state_machine.hpp @@ -2156,7 +2156,6 @@ class state_machine : //public Derived { typedef typename get_flag_list::type flags; typedef typename ::boost::mpl::contains::type found; - typedef typename is_composite_state::type composite; BOOST_STATIC_CONSTANT(int, state_id = (get_state_id::type::value)); if (found::type::value)