forked from OSchip/llvm-project
warnings: Get rid of spurious semicolon.
llvm-svn: 143384
This commit is contained in:
parent
807d2c6b27
commit
dacdfb52b0
|
@ -1550,7 +1550,7 @@ check_op_param (uint32_t op_kind, bool unary, bool binary, uint32_t num_params)
|
|||
else
|
||||
return false;
|
||||
}
|
||||
;
|
||||
|
||||
bool
|
||||
ClangASTContext::CheckOverloadedOperatorKindParameterCount (uint32_t op_kind, uint32_t num_params)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue