C++: Removed comment

This commit is contained in:
Mathias Vorreiter Pedersen
2020-01-07 14:41:37 +01:00
parent 7b5dd56009
commit 633c42ced0

View File

@@ -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 { }