summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libdiskfs/node-cache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libdiskfs/node-cache.c b/libdiskfs/node-cache.c
index 6b70da83..a76474af 100644
--- a/libdiskfs/node-cache.c
+++ b/libdiskfs/node-cache.c
@@ -199,7 +199,6 @@ diskfs_node_iterate (error_t (*fun)(struct node *))
if (node_list == NULL)
{
pthread_rwlock_unlock (&nodecache_lock);
- error (0, 0, "unable to allocate temporary node table");
return ENOMEM;
}