From f7255931558bf788073af15b7e433680a10f218c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 3 Jun 2019 00:25:11 +0200 Subject: eliminate useless global variable TFH_handle_history_range_step --- src/bank-lib/fakebank.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/bank-lib/fakebank.h') diff --git a/src/bank-lib/fakebank.h b/src/bank-lib/fakebank.h index f547db52d..ff8ea7165 100644 --- a/src/bank-lib/fakebank.h +++ b/src/bank-lib/fakebank.h @@ -312,11 +312,4 @@ struct Transaction * TFH_handle_history_range_skip (const struct HistoryArgs *ha, const struct Transaction *pos); -/** - * Iterates on the "next" element to be processed. To - * be used when the current element _gets_ inserted in the result. - * Same implementation of the "skip" counterpart, as /history-range - * does not have the notion of count/delta. - */ -Step TFH_handle_history_range_step; #endif -- cgit v1.2.3