Skip to content

Commit e114ef6

Browse files
committed
Remove extra //
1 parent 5ae220f commit e114ef6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Sema/SemaDeclAttr.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3157,7 +3157,6 @@ static void handleWorkGroupSize(Sema &S, Decl *D, const ParsedAttr &AL) {
31573157
// If no attribute argument is specified, set the second and third argument
31583158
// to the default value 1, but only if the sycl::reqd_work_group_size
31593159
// spelling was used.
3160-
//
31613160
auto SetDefaultValue = [](Sema &S, const ParsedAttr &AL) {
31623161
assert(AL.getKind() == ParsedAttr::AT_ReqdWorkGroupSize && AL.hasScope() &&
31633162
AL.getScopeName()->isStr("sycl"));

0 commit comments

Comments
 (0)