Commit 30519426 authored by dreamer.dead's avatar dreamer.dead

Fix indentation and remove outdated assert.

parent 3c0ad4fc
...@@ -274,7 +274,6 @@ FlagValue::FlagValue(FlagType* valbuf, ...@@ -274,7 +274,6 @@ FlagValue::FlagValue(FlagType* valbuf,
: value_buffer_(valbuf), : value_buffer_(valbuf),
type_(FlagValueTraits<FlagType>::kValueType), type_(FlagValueTraits<FlagType>::kValueType),
owns_value_(transfer_ownership_of_value) { owns_value_(transfer_ownership_of_value) {
assert(type_ <= FV_MAX_INDEX); // Unknown typename
} }
FlagValue::~FlagValue() { FlagValue::~FlagValue() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment