[folks/648811-dummy-backend-rebase1: 7/48] dummy: Remove an unused variable
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks/648811-dummy-backend-rebase1: 7/48] dummy: Remove an unused variable
- Date: Thu, 7 Nov 2013 10:23:13 +0000 (UTC)
commit e8763b0dfe1fcf40e33617de9ff8f91a1581983d
Author: Philip Withnall <philip tecnocode co uk>
Date: Fri Nov 1 16:40:47 2013 +0000
dummy: Remove an unused variable
tests/dummy/add-persona.vala | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/tests/dummy/add-persona.vala b/tests/dummy/add-persona.vala
index 063c667..7beeec9 100644
--- a/tests/dummy/add-persona.vala
+++ b/tests/dummy/add-persona.vala
@@ -32,7 +32,6 @@ public class AddPersonaTests : DummyTest.TestCase
private string _persona_fullname;
private string _persona_nickname;
private string _email_1;
- private bool _added_persona = false;
private HashTable<string, bool> _properties_found;
private string _avatar_path;
private string _im_addr_1;
@@ -341,10 +340,7 @@ public class AddPersonaTests : DummyTest.TestCase
private void _try_to_add ()
{
- lock (this._added_persona)
- {
- this._add_persona.begin ();
- }
+ this._add_persona.begin ();
}
private async void _check_properties (Individual i)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]