fixed compiler warnings

This commit is contained in:
john30
2017-04-09 16:46:22 +02:00
parent a19a38266a
commit 80e6f48cf1
3 changed files with 4 additions and 8 deletions
-3
View File
@@ -612,9 +612,6 @@ class Message : public AttributedItem {
* false if message can be initiated by any participant. */
const bool m_isPassive;
/** the additional named attributes. */
const map<string, string> m_attributes;
/** the source address, or @a SYN for any (only relevant if passive). */
const symbol_t m_srcAddress;