[libgee] Remove unused variable in tests
- From: Didier 'Ptitjes' Villevalois <dvillevalois src gnome org>
- To: svn-commits-list gnome org
- Subject: [libgee] Remove unused variable in tests
- Date: Thu, 23 Jul 2009 12:18:02 +0000 (UTC)
commit a1d644e1a8b7a1aa1f49ebca77d2ebc71023d237
Author: Didier 'Ptitjes <ptitjes free fr>
Date: Thu Jul 23 14:17:27 2009 +0200
Remove unused variable in tests
tests/testarraylist.vala | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/tests/testarraylist.vala b/tests/testarraylist.vala
index 8cdc5d2..9d8bbd8 100644
--- a/tests/testarraylist.vala
+++ b/tests/testarraylist.vala
@@ -248,7 +248,6 @@ void test_arraylist_index_of () {
var object1 = new Object ();
var object2 = new Object ();
var object3 = new Object ();
- var object4 = new Object ();
arraylistOfObjects.add (object1);
arraylistOfObjects.add (object2);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]