Removed unused variable.
This commit is contained in:
@@ -237,7 +237,6 @@ static void DefineSymbol (const char* Def)
|
|||||||
/* Define a symbol from the command line */
|
/* Define a symbol from the command line */
|
||||||
{
|
{
|
||||||
const char* P;
|
const char* P;
|
||||||
unsigned I;
|
|
||||||
long Val;
|
long Val;
|
||||||
StrBuf SymName = AUTO_STRBUF_INITIALIZER;
|
StrBuf SymName = AUTO_STRBUF_INITIALIZER;
|
||||||
|
|
||||||
@@ -249,7 +248,6 @@ static void DefineSymbol (const char* Def)
|
|||||||
P = Def;
|
P = Def;
|
||||||
|
|
||||||
/* Copy the symbol, checking the remainder */
|
/* Copy the symbol, checking the remainder */
|
||||||
I = 0;
|
|
||||||
while (IsAlNum (*P) || *P == '_') {
|
while (IsAlNum (*P) || *P == '_') {
|
||||||
SB_AppendChar (&SymName, *P++);
|
SB_AppendChar (&SymName, *P++);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user