[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r11840 - gnunet/src/util
From: |
gnunet |
Subject: |
[GNUnet-SVN] r11840 - gnunet/src/util |
Date: |
Sun, 20 Jun 2010 18:28:34 +0200 |
Author: grothoff
Date: 2010-06-20 18:28:34 +0200 (Sun, 20 Jun 2010)
New Revision: 11840
Modified:
gnunet/src/util/container_heap.c
Log:
redundant
Modified: gnunet/src/util/container_heap.c
===================================================================
--- gnunet/src/util/container_heap.c 2010-06-20 15:49:00 UTC (rev 11839)
+++ gnunet/src/util/container_heap.c 2010-06-20 16:28:34 UTC (rev 11840)
@@ -378,8 +378,7 @@
else if (root->right_child == NULL)
{
heap->root = root->left_child;
- if (root->left_child != NULL)
- root->left_child->parent = NULL;
+ root->left_child->parent = NULL;
}
else
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r11840 - gnunet/src/util,
gnunet <=