diff options
author | Ryo Nakamura <upa@haeena.net> | 2023-03-15 00:00:23 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2023-03-15 00:00:23 +0900 |
commit | cf99a439cbdc96c10560cd5d59494a09cc86c769 (patch) | |
tree | 4be2c3eead7a1dea6778c282eaa2de91e5aeffc3 /src/util.h | |
parent | 3077bb08568cac1f4e416b0637e33b30506b2747 (diff) |
cleanup message print functions
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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)) |