summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util.h b/src/util.h
index 0f20249..87b181d 100644
--- a/src/util.h
+++ b/src/util.h
@@ -31,8 +31,6 @@
#define pr_debug(fmt, ...)
#endif
-#define strerrno() strerror(errno)
-
#define min(a, b) (((a) > (b)) ? (b) : (a))
#define max(a, b) (((a) > (b)) ? (a) : (b))