Skip to content

Commit

Permalink
[assistant-stock-transaction] remove unused identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherlam committed Jun 18, 2022
1 parent 0e40cc7 commit 4503386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnucash/gnome/assistant-stock-transaction.cpp
Expand Up @@ -519,7 +519,7 @@ refresh_page_transaction_type (GtkWidget *widget, gpointer user_data)
{
info->txn_type = info->txn_types->at (type_idx);
}
catch (const std::out_of_range& e)
catch (const std::out_of_range&)
{
PERR ("out of range type_idx=%d", type_idx);
return;
Expand Down

0 comments on commit 4503386

Please sign in to comment.