[folks] eds: Remove redundant variable assignment
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] eds: Remove redundant variable assignment
- Date: Sun, 16 Feb 2014 23:54:48 +0000 (UTC)
commit ffea2730dc983d8acaf8b4e29fdb1a5c23925a12
Author: Philip Withnall <philip withnall collabora co uk>
Date: Fri Nov 15 11:30:40 2013 +0000
eds: Remove redundant variable assignment
https://bugzilla.gnome.org/show_bug.cgi?id=712274
backends/eds/lib/edsf-persona.vala | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/backends/eds/lib/edsf-persona.vala b/backends/eds/lib/edsf-persona.vala
index 7a076f1..8a5d518 100644
--- a/backends/eds/lib/edsf-persona.vala
+++ b/backends/eds/lib/edsf-persona.vala
@@ -1007,7 +1007,6 @@ public class Edsf.Persona : Folks.Persona,
new HashMultiMap<string, WebServiceFieldDetails> (
null, null, AbstractFieldDetails<string>.hash_static,
AbstractFieldDetails<string>.equal_static);
- this._email_addresses_ro = this._email_addresses.read_only_view;
this._groups = new SmallSet<string> ();
this._groups_ro = this._groups.read_only_view;
this._roles = new SmallSet<RoleFieldDetails> (
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]