diff options
Diffstat (limited to 'src/libudev/log.h')
-rw-r--r-- | src/libudev/log.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libudev/log.h b/src/libudev/log.h index 0a15adb41c..2ecba45abb 100644 --- a/src/libudev/log.h +++ b/src/libudev/log.h @@ -97,5 +97,3 @@ _noreturn_ void log_assert_failed_unreachable( const char *log_target_to_string(LogTarget target) _const_; LogTarget log_target_from_string(const char *s) _pure_; - -#define MESSAGE_ID(x) "MESSAGE_ID=" SD_ID128_FORMAT_STR, SD_ID128_FORMAT_VAL(x) |