提交 6aa3a6a4 编写于 作者: E Erik Skultety

virlog: Remove unused macro IS_SPACE

During first stage of virlog.c refactor, commit 0b231195 forgot to remove the
macro definition along with its usage.
Signed-off-by: NErik Skultety <eskultet@redhat.com>
上级 599e966e
......@@ -1132,10 +1132,6 @@ int virLogPriorityFromSyslog(int priority ATTRIBUTE_UNUSED)
}
#endif /* HAVE_SYSLOG_H */
#define IS_SPACE(cur) \
((*cur == ' ') || (*cur == '\t') || (*cur == '\n') || \
(*cur == '\r') || (*cur == '\\'))
static int
virLogParseOutput(const char *src)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册