Skip to content

Commit d4d2d26

Browse files
committed
[SYCL] remove unnecessary comment
1 parent 1e3a3ef commit d4d2d26

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
@@ -6801,7 +6801,6 @@ ProcessDeclAttribute(Sema &S, Scope *scope, Decl *D, const ParsedAttr &AL,
68016801
S.SYCL().handleSYCLIntelMaxWorkGroupsPerMultiprocessor(D, AL);
68026802
break;
68036803
case ParsedAttr::AT_IntelReqdSubGroupSize:
6804-
// TODO: deprecate other spellings and change if to assert
68056804
S.SYCL().handleIntelReqdSubGroupSizeAttr(D, AL);
68066805
break;
68076806
case ParsedAttr::AT_IntelNamedSubGroupSize:

0 commit comments

Comments
 (0)