Skip to content

Commit 7b51d0c

Browse files
committed
C++: Remove unnecessary part of comment
1 parent 471f536 commit 7b51d0c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cpp/ql/src/semmle/code/cpp/exprs/Literal.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,6 @@ class HexLiteral extends Literal {
145145

146146
/**
147147
* A C/C++ aggregate literal.
148-
*
149-
* For example:
150148
*/
151149
class AggregateLiteral extends Expr, @aggregateliteral {
152150
override string getCanonicalQLClass() { result = "AggregateLiteral" }

0 commit comments

Comments
 (0)