summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2013-11-15 11:30:40 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2014-02-16 23:52:32 +0000
commitffea2730dc983d8acaf8b4e29fdb1a5c23925a12 (patch)
tree58fef629dbb3e3ed056177e15e24b27bdfba4b7a
parentf36c4b74355132bb6c46aa7bf06a2f2d7bfbefbf (diff)
eds: Remove redundant variable assignment
https://bugzilla.gnome.org/show_bug.cgi?id=712274
-rw-r--r--backends/eds/lib/edsf-persona.vala1
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/eds/lib/edsf-persona.vala b/backends/eds/lib/edsf-persona.vala
index 7a076f18..8a5d5188 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> (