mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Remvoing leftover local variables that caused compile error on Mac OS X.
This commit is contained in:
parent
b6fd317dcc
commit
7d822e232d
1 changed files with 0 additions and 1 deletions
|
@ -1113,7 +1113,6 @@ void EnumType::AddName(const string& module_name, const char* name, bool is_expo
|
||||||
void EnumType::AddName(const string& module_name, const char* name, bro_int_t val, bool is_export)
|
void EnumType::AddName(const string& module_name, const char* name, bro_int_t val, bool is_export)
|
||||||
{
|
{
|
||||||
/* explicit value specified */
|
/* explicit value specified */
|
||||||
error_t rv;
|
|
||||||
if ( counter > 0 )
|
if ( counter > 0 )
|
||||||
{
|
{
|
||||||
error("cannot mix explicit enumerator assignment and implicit auto-increment");
|
error("cannot mix explicit enumerator assignment and implicit auto-increment");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue