mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
Remove unused variable assignments, dead code.
This commit is contained in:
parent
9c2a3124e0
commit
e4e7c78925
5 changed files with 4 additions and 11 deletions
|
@ -194,8 +194,7 @@ static void parse_function_name(vector<ParseLocationRec>& result,
|
|||
return;
|
||||
}
|
||||
|
||||
FuncType* ftype;
|
||||
if ( ! (ftype = id->Type()->AsFuncType()) )
|
||||
if ( ! id->Type()->AsFuncType() )
|
||||
{
|
||||
debug_msg("Function %s not declared.\n", id->Name());
|
||||
plr.type = plrUnknown;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue