Skip to content

Commit

Permalink
Remove unused __errno.
Browse files Browse the repository at this point in the history
  • Loading branch information
de-vri-es committed Nov 14, 2018
1 parent a3d6b9d commit 5f0d4b4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/drivers/boards/px4flow-v2/px4flow_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@
/****************************************************************************
* Public Functions
****************************************************************************/
static int errn;
int *__errno _PARAMS ((void))
{
return &errn;
}

/****************************************************************************
* Name: board_initialize
Expand Down

0 comments on commit 5f0d4b4

Please sign in to comment.