From 42d5d753db4214913b2c78793ed106d801710acc Mon Sep 17 00:00:00 2001 From: trueptolemy Date: Fri, 16 Aug 2019 01:42:20 +0800 Subject: [PATCH] cleanup: Remove unused structure `struct withdrawal` --- wallet/walletrpc.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/wallet/walletrpc.c b/wallet/walletrpc.c index 8903a0cd1..2b0700cdb 100644 --- a/wallet/walletrpc.c +++ b/wallet/walletrpc.c @@ -31,13 +31,6 @@ #include #include -struct withdrawal { - struct command *cmd; - struct wallet_tx *wtx; - u8 *destination; - const char *hextx; -}; - /** * wallet_withdrawal_broadcast - The tx has been broadcast (or it failed) *