Kaydet (Commit) 66a08f65 authored tarafından Colomban Wendling's avatar Colomban Wendling

Remove an unused variable and fix a related comment

üst 1c3634eb
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment