Skip to content

Commit

Permalink
Modernisation: Action: Remove consecutive return
Browse files Browse the repository at this point in the history
  • Loading branch information
joobog committed Jan 13, 2025
1 parent b39c147 commit c11bb6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/action/action.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class Action
virtual grib_action* reparse(grib_accessor* acc, int* doit)
{
DEBUG_ASSERT(0);
return 0;
return nullptr;
};
virtual int execute(grib_handle* h)
Expand Down

0 comments on commit c11bb6a

Please sign in to comment.