mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
C++: Removed comment
This commit is contained in:
@@ -2,8 +2,6 @@ import semmle.code.cpp.exprs.Expr
|
||||
|
||||
/**
|
||||
* A C/C++ unary arithmetic operation.
|
||||
*
|
||||
* This is an base QL class.
|
||||
*/
|
||||
class UnaryArithmeticOperation extends UnaryOperation, @un_arith_op_expr { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user