mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Pass over the InternalError() changes.
This commit is contained in:
parent
af446ec189
commit
d6855dc4eb
14 changed files with 33 additions and 52 deletions
|
@ -296,7 +296,6 @@ bool Value::Read(SerializationFormat* fmt)
|
|||
default:
|
||||
reporter->InternalError("unsupported type %s in Value::Read",
|
||||
type_name(type));
|
||||
return false;
|
||||
}
|
||||
|
||||
return false;
|
||||
|
@ -402,7 +401,6 @@ bool Value::Write(SerializationFormat* fmt) const
|
|||
default:
|
||||
reporter->InternalError("unsupported type %s in Value::Write",
|
||||
type_name(type));
|
||||
return false;
|
||||
}
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue