Remove an unused variable and fix a related comment
This commit is contained in:
parent
1c3634ebb9
commit
66a08f6570
@ -643,12 +643,11 @@ static int skipToEndOfCxxRawLiteralString (void)
|
||||
|
||||
/* Skips to the end of the three (possibly four) 'c' sequence, returning a
|
||||
* special character to symbolically represent a generic character.
|
||||
* Also detects Vera numbers that include a base specifier (ie. 'b1010).
|
||||
*/
|
||||
static int skipToEndOfChar (void)
|
||||
{
|
||||
int c;
|
||||
int count = 0, veraBase = '\0';
|
||||
int count = 0;
|
||||
|
||||
while ((c = getcAndCollect ()) != EOF)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user