From: Luke Howard Date: Sat, 18 Sep 2010 20:01:57 +0000 (+0200) Subject: remuse unused mutable keyword X-Git-Url: http://www.project-moonshot.org/gitweb/?p=cyrus-sasl.git;a=commitdiff_plain;h=436babe46f9b49b51981af5583e20cdef6d5eb41 remuse unused mutable keyword --- diff --git a/mech_eap/util_shib.h b/mech_eap/util_shib.h index b524135..b575463 100644 --- a/mech_eap/util_shib.h +++ b/mech_eap/util_shib.h @@ -100,7 +100,7 @@ private: const gss_buffer_t attribute, void *data); - mutable std::vector m_attributes; + std::vector m_attributes; int m_authenticated; };