JSON-34 remove identity->me here too. how could that old code even compile?

JSON-35
Roker 2017-08-29 17:42:56 +02:00
parent 72281689a6
commit c88495b627
1 changed files with 0 additions and 2 deletions

View File

@ -549,8 +549,6 @@ js::Value to_json<const pEp_identity*>(const pEp_identity* const& id)
if(id->lang[0] && id->lang[1])
o.emplace_back( "lang", js::Value( std::string( id->lang, id->lang+2) ));
o.emplace_back( "flags", uint64_t( id->me ));
return js::Value( std::move(o) );
}