Pass over the InternalError() changes.

This commit is contained in:
Robin Sommer 2013-10-11 14:47:25 -07:00
parent af446ec189
commit d6855dc4eb
14 changed files with 33 additions and 52 deletions

View file

@ -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;