From 91dbe5a2610fcd65e2508dd25e666635c9205662 Mon Sep 17 00:00:00 2001 From: John Brooks Date: Sat, 5 Nov 2016 20:44:20 -0600 Subject: [PATCH] core: Remove outdated todo comments --- core/contactlist.go | 2 -- rpc/core.proto | 1 - 2 files changed, 3 deletions(-) diff --git a/core/contactlist.go b/core/contactlist.go index f3305a8..06a2866 100644 --- a/core/contactlist.go +++ b/core/contactlist.go @@ -128,8 +128,6 @@ func (this *ContactList) AddContactRequest(address, name, fromName, text string) } // Create Contact - // XXX This starts connection immediately, which could cause contact update - // events before the add event in an unlikely race case contact, err := ContactFromConfig(this.core, contactId, configContact, this.events) if err != nil { return nil, err diff --git a/rpc/core.proto b/rpc/core.proto index ff21ed4..13c664d 100644 --- a/rpc/core.proto +++ b/rpc/core.proto @@ -29,7 +29,6 @@ service RicochetCore { // XXX Protobuf supports maps now. That could also be useful for contact // update and such... - // XXX Service status rpc GetIdentity (IdentityRequest) returns (Identity); // Query contacts and monitor for contact changes. The full contact list