remuse unused mutable keyword
authorLuke Howard <lukeh@padl.com>
Sat, 18 Sep 2010 20:01:57 +0000 (22:01 +0200)
committerLuke Howard <lukeh@padl.com>
Sat, 18 Sep 2010 20:01:57 +0000 (22:01 +0200)
mech_eap/util_shib.h

index b524135..b575463 100644 (file)
@@ -100,7 +100,7 @@ private:
                        const gss_buffer_t attribute,
                        void *data);
 
-    mutable std::vector<shibsp::Attribute *> m_attributes;
+    std::vector<shibsp::Attribute *> m_attributes;
     int m_authenticated;
 };