Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions libHSAIL/HSAILScannerRules.re2c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
re2c:define:YYCURSOR = curPos;
re2c:define:YYLIMIT = m_end;
re2c:define:YYMARKER = marker;
re2c:define:YYCTXMARKER = ctxMarker;
re2c:yyfill:enable = 0;
re2c:yych:conversion = 0;

Expand Down Expand Up @@ -145,7 +144,6 @@ ETokens Scanner::scanModifier(EScanContext ctx, Scanner::Token &t)
const char* &curPos = t.m_text.end;
int &brigId = t.m_brigId;
const char *marker = NULL;
const char *ctxMarker = NULL;
/*!re2c
re2c:indent:string = " ";

Expand Down Expand Up @@ -204,7 +202,6 @@ ETokens Scanner::scanDefault(EScanContext ctx, Scanner::Token &t)
const char* &curPos = t.m_text.end;
int &brigId = t.m_brigId;
const char *marker = NULL;
const char *ctxMarker = NULL;
/*!re2c
re2c:indent:string = " ";

Expand Down