Skip to content

Commit

Permalink
remove limits.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Xue committed Oct 3, 2024
1 parent ebc4b46 commit b356d33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion taskvine/src/manager/vine_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ See the file COPYING for details.
#include <sys/wait.h>
#include <time.h>
#include <unistd.h>
#include <limits.h>

/* Default value for seconds between updates to the catalog. */
#define VINE_UPDATE_INTERVAL 60
Expand Down

0 comments on commit b356d33

Please sign in to comment.