summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2013-08-15 14:22:38 (GMT)
committerRemko Tronçon <git@el-tramo.be>2013-08-15 14:26:58 (GMT)
commit1c1056b42d092f943735a1fe033f295ac5b27a77 (patch)
tree18895760ed5090f1eda2d5d58c5cfab6421db481 /Swiften/Component/UnitTest/ComponentSessionTest.cpp
parent1e5b6e73e6b5d2a4973174cda334fbc9ce47db91 (diff)
downloadswift-1c1056b42d092f943735a1fe033f295ac5b27a77.zip
swift-1c1056b42d092f943735a1fe033f295ac5b27a77.tar.bz2
Make (Core)Component constructor consistent with (Core)Client.
Change-Id: I268e15b6fbf54d9b188a699d26d2bb1042174f5f
Diffstat (limited to 'Swiften/Component/UnitTest/ComponentSessionTest.cpp')
-rw-r--r--Swiften/Component/UnitTest/ComponentSessionTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Swiften/Component/UnitTest/ComponentSessionTest.cpp b/Swiften/Component/UnitTest/ComponentSessionTest.cpp
index 97fde63..0533645 100644
--- a/Swiften/Component/UnitTest/ComponentSessionTest.cpp
+++ b/Swiften/Component/UnitTest/ComponentSessionTest.cpp
@@ -213,7 +213,6 @@ class ComponentSessionTest : public CppUnit::TestFixture {
boost::shared_ptr<MockSessionStream> server;
bool sessionFinishedReceived;
- bool needCredentials;
boost::shared_ptr<Error> sessionFinishedError;
boost::shared_ptr<CryptoProvider> crypto;
};