Remove an unnecessary NULL test, because parse_compound_statement() never returns...
[cparser] / format_check.h
1 #ifndef FORMAT_CHECK_H
2 #define FORMAT_CHECK_H
3
4 #include "ast.h"
5
6
7 void check_format(const call_expression_t *call);
8
9 #endif