Browse Source

[2157] remove unnecessary explicit initialization

Yoshitaka Aharen 12 years ago
parent
commit
cb24062bb3
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/bin/auth/statistics.h

+ 1 - 2
src/bin/auth/statistics.h

@@ -73,8 +73,7 @@ public:
     /// \throw None
     MessageAttributes() :
         req_ip_version_(IP_VERSION_UNSPEC),
-        req_transport_protocol_(TRANSPORT_UNSPEC), req_opcode_(boost::none),
-        bit_attributes_()
+        req_transport_protocol_(TRANSPORT_UNSPEC)
     {}
 
     /// \brief Return request opcode.