diff --git a/libgnucash/engine/gncTaxTable.c b/libgnucash/engine/gncTaxTable.c index 8fa17d1a01..cbe6aa7afe 100644 --- a/libgnucash/engine/gncTaxTable.c +++ b/libgnucash/engine/gncTaxTable.c @@ -697,7 +697,6 @@ gncTaxTableGetDefault (QofBook *book, GncOwnerType type) path = g_slist_prepend (path, (void*)section); guid = qof_book_get_guid_option (book, path); - g_return_val_if_fail (guid, NULL); return gncTaxTableLookup (book, guid); }