[libgee] Remove construct block in HashSet
- From: Didier 'Ptitjes' Villevalois <dvillevalois src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libgee] Remove construct block in HashSet
- Date: Tue, 15 Sep 2009 23:54:50 +0000 (UTC)
commit 09b6dec99a728e65c80b143fe9d13b65f26d5f34
Author: Didier 'Ptitjes <ptitjes free fr>
Date: Wed Sep 16 01:48:23 2009 +0200
Remove construct block in HashSet
Removing construct block enables the use of Vala's constructor chain up.
gee/hashset.vala | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/gee/hashset.vala b/gee/hashset.vala
index 70751b7..e1a3fbc 100644
--- a/gee/hashset.vala
+++ b/gee/hashset.vala
@@ -76,9 +76,6 @@ public class Gee.HashSet<G> : AbstractSet<G> {
}
this.hash_func = hash_func;
this.equal_func = equal_func;
- }
-
- construct {
_array_size = MIN_SIZE;
_nodes = new Node<G>[_array_size];
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]