Skip to content

Commit b790b7b

Browse files
committed
renepay: remove unused get_routes func
Signed-off-by: Lagrang3 <[email protected]>
1 parent 316c34f commit b790b7b

File tree

16 files changed

+0
-4080
lines changed

16 files changed

+0
-4080
lines changed

plugins/renepay/Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
PLUGIN_RENEPAY_SRC := \
22
plugins/renepay/main.c \
33
plugins/renepay/flow.c \
4-
plugins/renepay/mcf.c \
5-
plugins/renepay/dijkstra.c \
64
plugins/renepay/disabledmap.c \
75
plugins/renepay/payment.c \
86
plugins/renepay/chan_extra.c \
97
plugins/renepay/route.c \
10-
plugins/renepay/routebuilder.c \
118
plugins/renepay/routetracker.c \
129
plugins/renepay/routefail.c \
1310
plugins/renepay/uncertainty.c \
@@ -18,15 +15,12 @@ PLUGIN_RENEPAY_SRC := \
1815
PLUGIN_RENEPAY_HDRS := \
1916
plugins/renepay/payplugin.h \
2017
plugins/renepay/flow.h \
21-
plugins/renepay/mcf.h \
22-
plugins/renepay/dijkstra.h \
2318
plugins/renepay/disabledmap.h \
2419
plugins/renepay/payment.h \
2520
plugins/renepay/payment_info.h \
2621
plugins/renepay/chan_extra.h \
2722
plugins/renepay/renepayconfig.h \
2823
plugins/renepay/route.h \
29-
plugins/renepay/routebuilder.h \
3024
plugins/renepay/routetracker.h \
3125
plugins/renepay/routefail.h \
3226
plugins/renepay/uncertainty.h \

plugins/renepay/dijkstra.c

Lines changed: 0 additions & 186 deletions
This file was deleted.

plugins/renepay/dijkstra.h

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)