mirror of
https://github.com/uffejakobsen/acme.git
synced 2024-11-22 03:30:46 +00:00
removed unused vars
git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@215 4df02467-bbd4-4a76-a152-e7ce94205b78
This commit is contained in:
parent
00d0462f74
commit
61d5144faa
@ -228,9 +228,7 @@ void parse_assignment(scope_t scope, int force_bit, boolean po_set)
|
||||
// name must be held in GlobalDynaBuf.
|
||||
static void parse_symbol_definition(scope_t scope, int stat_flags)
|
||||
{
|
||||
struct object result;
|
||||
struct symbol *symbol;
|
||||
int force_bit;
|
||||
int force_bit;
|
||||
|
||||
force_bit = Input_get_force_bit(); // skips spaces after (yes, force bit is allowed for label definitions)
|
||||
if (GotByte == '=') {
|
||||
|
Loading…
Reference in New Issue
Block a user