removed LCOV_EXCL_LINE

This commit is contained in:
Niels 2016-08-21 21:50:13 +02:00
parent aa7f5ad8b1
commit 94331a355d
2 changed files with 12 additions and 12 deletions

View file

@ -7698,7 +7698,7 @@ class basic_json
re2c:define:YYCURSOR = m_cursor;
re2c:define:YYLIMIT = m_limit;
re2c:define:YYMARKER = m_marker;
re2c:define:YYFILL = "yyfill(); // LCOV_EXCL_LINE";
re2c:define:YYFILL = "yyfill()";
re2c:yyfill:parameter = 0;
re2c:indent:string = " ";
re2c:indent:top = 1;