-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
None of the header checks were used for that and can be removed. One was used to check for `sys/time.h` and then enable `gettimeofday()` so we can instead just check for the `gettimeofday()` function instead. Remove unused check for size of `int`. Remove unused check for `getpagesize()`. Remove `GECODE_HAS_UNISTD_H` from the config header as it isn't used or set by anything (any longer).
- Loading branch information
1 parent
3a29c3e
commit c0de254
Showing
2 changed files
with
2 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters