From 7d822e232d66fd0b573ee54434e8b450e1fe60ea Mon Sep 17 00:00:00 2001 From: Gregor Maier Date: Fri, 25 Feb 2011 21:09:55 -0800 Subject: [PATCH] Remvoing leftover local variables that caused compile error on Mac OS X. --- src/Type.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Type.cc b/src/Type.cc index 6b8dc9a78c..ce3bbc52af 100644 --- a/src/Type.cc +++ b/src/Type.cc @@ -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) { /* explicit value specified */ - error_t rv; if ( counter > 0 ) { error("cannot mix explicit enumerator assignment and implicit auto-increment");