C++: Remove unnecessary part of comment

This commit is contained in:
Mathias Vorreiter Pedersen
2020-04-23 08:35:44 +02:00
parent 471f536326
commit 7b51d0c8a5

View File

@@ -145,8 +145,6 @@ class HexLiteral extends Literal {
/**
* A C/C++ aggregate literal.
*
* For example:
*/
class AggregateLiteral extends Expr, @aggregateliteral {
override string getCanonicalQLClass() { result = "AggregateLiteral" }