Skip to content

Commit

Permalink
Remove unused declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-fb-martin committed Jun 2, 2024
1 parent 45895a5 commit 9f90e8c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions housesprinkler_feed.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@

#define DEBUG if (sprinkler_isdebug()) printf

#define MAX_PROVIDER 64

static char *Providers[MAX_PROVIDER];
static int ProvidersCount = 0;

typedef struct {
const char *name;
const char *next;
Expand Down

0 comments on commit 9f90e8c

Please sign in to comment.