Skip to content

Commit

Permalink
err_ptr: delete dead code
Browse files Browse the repository at this point in the history
This declaration isn't needed any more.

Signed-off-by: Dan Carpenter <[email protected]>
  • Loading branch information
Dan Carpenter committed May 4, 2020
1 parent 57034d6 commit 5a74c8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion check_err_ptr.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ static void match_err_ptr(struct expression *expr)
err_ptr = 1;
}

extern int check_assigned_expr_id;
static void match_return(struct expression *ret_value)
{
struct state_list *slist;
Expand Down

0 comments on commit 5a74c8e

Please sign in to comment.