summaryrefslogtreecommitdiff
path: root/src/xmpp/xmpp_component.hpp
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2015-02-21 05:49:57 +0100
committerFlorent Le Coz <louiz@louiz.org>2015-02-21 05:49:57 +0100
commit3032dc3580e2d6c3fab57b587945fbb213271557 (patch)
tree8d86b06732a10b7a6380b612ede141e4679cee7b /src/xmpp/xmpp_component.hpp
parent0038e15b5a71369b52c95fdca95442b1b06f2943 (diff)
downloadbiboumi-3032dc3580e2d6c3fab57b587945fbb213271557.tar.gz
biboumi-3032dc3580e2d6c3fab57b587945fbb213271557.tar.bz2
biboumi-3032dc3580e2d6c3fab57b587945fbb213271557.tar.xz
biboumi-3032dc3580e2d6c3fab57b587945fbb213271557.zip
Remove the XmppComponent::last_auth bool that was never used anywhere
Diffstat (limited to 'src/xmpp/xmpp_component.hpp')
-rw-r--r--src/xmpp/xmpp_component.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/xmpp/xmpp_component.hpp b/src/xmpp/xmpp_component.hpp
index d7f7f7a..64b2ff7 100644
--- a/src/xmpp/xmpp_component.hpp
+++ b/src/xmpp/xmpp_component.hpp
@@ -241,10 +241,6 @@ public:
* Whether or not we ever succeeded our authentication to the XMPP server
*/
bool ever_auth;
- /**
- * Whether or not the last connection+auth attempt was successful
- */
- bool last_auth;
private:
/**