Skip to content

Commit

Permalink
Remove unnecessary type check
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Gruber committed Jun 15, 2020
1 parent bb0088c commit 53c294f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libgnucash/engine/mocks/gmock-Account.h
Expand Up @@ -54,8 +54,6 @@ class GncMockImportMatchMap : public GncImportMatchMap
public:
GncMockImportMatchMap(MockAccount* account)
{
g_return_if_fail(GNC_IS_MOCK_ACCOUNT(account));

acc = account;
book = account->getBook();
};
Expand Down

0 comments on commit 53c294f

Please sign in to comment.