summaryrefslogtreecommitdiff
path: root/src/bank-lib/fakebank.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bank-lib/fakebank.h')
-rw-r--r--src/bank-lib/fakebank.h7
1 files changed, 0 insertions, 7 deletions
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