From 9970419b3ac12c96e6e4b8ba0bfb842db37a6601 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Mon, 5 Mar 2018 17:37:49 +0100 Subject: [PATCH] Remove redundant return from void function --- wallet/invoices.c | 1 - 1 file changed, 1 deletion(-) diff --git a/wallet/invoices.c b/wallet/invoices.c index 696d416c6..70d71eaf6 100644 --- a/wallet/invoices.c +++ b/wallet/invoices.c @@ -112,7 +112,6 @@ static void wallet_stmt2invoice_details(const tal_t *ctx, } dtl->bolt11 = tal_strndup(ctx, sqlite3_column_blob(stmt, 9), sqlite3_column_bytes(stmt, 9)); - return; } struct invoices *invoices_new(const tal_t *ctx,