summaryrefslogtreecommitdiff
path: root/c_src
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2016-05-10 14:55:41 +0200
committerLinus Nordberg <linus@nordu.net>2016-05-10 14:56:16 +0200
commit6f5e1895c247e0a645fde3346216162a8d094360 (patch)
treeac7bf23e8fc2e469184d6f85a562421c36c889c6 /c_src
parent23ebdc3e2f42c9fc0d99a5163451c839351f4619 (diff)
Remove spurious call to get_node_from_dirtynodes().
Arguably useful for debug printouts. Let's add debug printouts explicitly if needed.
Diffstat (limited to 'c_src')
-rw-r--r--c_src/permdb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/c_src/permdb.c b/c_src/permdb.c
index 2e9f2e2..a9df1dc 100644
--- a/c_src/permdb.c
+++ b/c_src/permdb.c
@@ -1005,7 +1005,6 @@ string_length_comparison(struct nodecache *a, struct nodecache *b) {
int
committree(permdb_object *state)
{
- get_node_from_dirtynodes(state, PS_STRING(""));
if (state->dirtynodes == NULL) {
return 0;
}