Skip to content

Commit 2398a73

Browse files
committed
Fix desync'd comment
1 parent 293bc12 commit 2398a73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/examples/Attribute/Attribute.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ struct ExampleAttrInfo : public ParsedAttrInfo {
137137
Result = AnnotateAttr::Create(S.Context, "example", ArgsBuf.data(),
138138
ArgsBuf.size(), Attr.getRange());
139139
} else {
140-
// Attach an annotate attribute to the Decl.
141140
Result = AnnotateAttr::Create(S.Context, "example", nullptr, 0,
142141
Attr.getRange());
143142
}

0 commit comments

Comments
 (0)