mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 02:30:44 +00:00
Removed unused variable.
This commit is contained in:
parent
d74ba4bd63
commit
63676f97e2
@ -1,4 +1,3 @@
|
||||
|
||||
/* */
|
||||
/* main.c */
|
||||
/* */
|
||||
@ -314,7 +313,6 @@ static void DefineSymbol (const char* Def)
|
||||
/* Define a symbol from the command line */
|
||||
{
|
||||
const char* P;
|
||||
unsigned I;
|
||||
long Val;
|
||||
StrBuf SymName = AUTO_STRBUF_INITIALIZER;
|
||||
|
||||
@ -326,7 +324,6 @@ static void DefineSymbol (const char* Def)
|
||||
P = Def;
|
||||
|
||||
/* Copy the symbol, checking the rest */
|
||||
I = 0;
|
||||
while (IsIdChar (*P)) {
|
||||
SB_AppendChar (&SymName, *P++);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user