Skip to content

Commit 19df820

Browse files
committed
[SILBuilder] Remove stray comma when NDEBUG
1 parent 43d360c commit 19df820

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/swift/SIL/SILBuilder.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,9 +480,8 @@ class SILBuilder {
480480
Optional<SILDebugVariable> Var = None,
481481
bool hasDynamicLifetime = false,
482482
bool reflection = false,
483-
bool usesMoveableValueDebugInfo = false
483+
bool usesMoveableValueDebugInfo = false,
484484
#ifndef NDEBUG
485-
,
486485
bool skipVarDeclAssert = false,
487486
#endif
488487
bool hasPointerEscape = false) {

0 commit comments

Comments
 (0)