Remove warnings
[anna.git] / source / diameter / app / dcca / Message.cpp
index 5441214..529a39e 100644 (file)
@@ -14,8 +14,9 @@ using namespace anna::diameter::app::dcca;
 
 
 const qosProfile_t & Message::decode3GPPGPRSNegQoSProfile() throw(anna::RuntimeException) {
-  const std::string & utf8 = get3GPPGPRSNegQoSProfile()->getValue();
   a_qosProfile.reset();
+  //const std::string & utf8 = get3GPPGPRSNegQoSProfile()->getValue();
+  // TODO: decode here ...
   return a_qosProfile;
 }