summaryrefslogtreecommitdiffstats
path: root/bfs.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2016-12-04 11:39:55 -0500
committerTavian Barnes <tavianator@tavianator.com>2016-12-04 11:39:55 -0500
commit49e767ccb9dcfd2161b89f0d7a980eb85f056c5d (patch)
tree3cdb06282e30c02e3b37615d39b5c1c75af53e3d /bfs.h
parent6962fb41b8e57f8bc817b477cf16262a0ce876d5 (diff)
downloadbfs-49e767ccb9dcfd2161b89f0d7a980eb85f056c5d.tar.xz
Move portability code into util.h
Diffstat (limited to 'bfs.h')
-rw-r--r--bfs.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/bfs.h b/bfs.h
index f177340..c8b4255 100644
--- a/bfs.h
+++ b/bfs.h
@@ -27,13 +27,6 @@
# define BFS_HOMEPAGE "https://github.com/tavianator/bfs"
#endif
-// Some portability concerns
-#if __APPLE__
-# define st_atim st_atimespec
-# define st_ctim st_ctimespec
-# define st_mtim st_mtimespec
-#endif
-
/**
* A command line expression.
*/