Skip to content

Commit c3561b0

Browse files
committed
Remove assertion that's no longer valid here
1 parent 63ca116 commit c3561b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Lex/DependencyDirectivesScanner.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ static char previousChar(const char *First, const char *&Current) {
258258

259259
static void skipRawString(const char *&First, const char *const End) {
260260
assert(First[0] == '"');
261-
//assert(First[-1] == 'R');
262261

263262
const char *Last = ++First;
264263
while (Last != End && *Last != '(')

0 commit comments

Comments
 (0)