Skip to content

Commit 4fc951f

Browse files
committed
remove default value
Signed-off-by: Soumi Manna <[email protected]>
1 parent cfa9a74 commit 4fc951f

File tree

1 file changed

+1
-2
lines changed
  • clang/include/clang/Sema

1 file changed

+1
-2
lines changed

clang/include/clang/Sema/Sema.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2200,8 +2200,7 @@ class Sema final {
22002200
BuildSYCLIntelFPGASpeculatedIterationsAttr(const AttributeCommonInfo &CI,
22012201
Expr *E);
22022202
SYCLIntelFPGALoopCoalesceAttr *
2203-
BuildSYCLIntelFPGALoopCoalesceAttr(const AttributeCommonInfo &CI,
2204-
Expr *E = nullptr);
2203+
BuildSYCLIntelFPGALoopCoalesceAttr(const AttributeCommonInfo &CI, Expr *E);
22052204

22062205
bool CheckQualifiedFunctionForTypeId(QualType T, SourceLocation Loc);
22072206

0 commit comments

Comments
 (0)