Skip to content

Commit d6f77c0

Browse files
authored
Merge pull request #3328 from MathiasVP/literal-comment
C++: Remove unnecessary part of comment
2 parents da32926 + 7b51d0c commit d6f77c0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: cpp/ql/src/semmle/code/cpp/exprs/Literal.qll

-2
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)