summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2019-02-01 00:02:59 -0500
committerTavian Barnes <tavianator@tavianator.com>2019-02-01 12:50:29 -0500
commit36330d7aab63ef2c202efb0d551f104ed6cefa17 (patch)
tree38f2937d74a2a51ec2dc1d4325074c621db90b92
parent5d1c2af7d1ca2cf77e0be712ea1e20a3e7188a94 (diff)
downloadbfs-36330d7aab63ef2c202efb0d551f104ed6cefa17.tar.xz
util: Remove some unused macros
-rw-r--r--util.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/util.h b/util.h
index 332fb79..4f70c1b 100644
--- a/util.h
+++ b/util.h
@@ -67,18 +67,6 @@
# define FNM_CASEFOLD FNM_IGNORECASE
#endif
-#ifndef S_ISDOOR
-# define S_ISDOOR(mode) false
-#endif
-
-#ifndef S_ISPORT
-# define S_ISPORT(mode) false
-#endif
-
-#ifndef S_ISWHT
-# define S_ISWHT(mode) false
-#endif
-
#ifndef O_DIRECTORY
# define O_DIRECTORY 0
#endif