From 6f5e1895c247e0a645fde3346216162a8d094360 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 10 May 2016 14:55:41 +0200 Subject: Remove spurious call to get_node_from_dirtynodes(). Arguably useful for debug printouts. Let's add debug printouts explicitly if needed. --- c_src/permdb.c | 1 - 1 file changed, 1 deletion(-) 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; } -- cgit v1.1