diff options
author | Tobias Markmann <tm@ayena.de> | 2014-10-23 12:24:36 (GMT) |
---|---|---|
committer | Tobias Markmann <tm@ayena.de> | 2014-10-23 12:24:36 (GMT) |
commit | fa67c2b239d9c7fc508205ea17724322011194f4 (patch) | |
tree | 33c09d0a38bbf2a61b9f0dbadc048d7665542972 /Sluift/SluiftComponent.h | |
parent | 052190912463d8ea36979fd5a5e9a298588dce4f (diff) | |
download | swift-contrib-fa67c2b239d9c7fc508205ea17724322011194f4.zip swift-contrib-fa67c2b239d9c7fc508205ea17724322011194f4.tar.bz2 |
Fix code in response to clang warnings.
Removes some unused private members and restructure switch statement to handle
all cases.
Test-Information:
Fixed code does not emit the clang warnings anymore.
Change-Id: I06a9036b307014e2f882e3cee45a6881b24c3f70
Diffstat (limited to 'Sluift/SluiftComponent.h')
-rw-r--r-- | Sluift/SluiftComponent.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Sluift/SluiftComponent.h b/Sluift/SluiftComponent.h index 3d5792b..ba848e1 100644 --- a/Sluift/SluiftComponent.h +++ b/Sluift/SluiftComponent.h @@ -99,5 +99,4 @@ namespace Swift { Component* component; ComponentXMLTracer* tracer; - bool rosterReceived; std::deque<Event> pendingEvents; boost::optional<ComponentError> disconnectedError; |