Commit 56493de3 authored by Kenton Varda's avatar Kenton Varda

Fix GCC 4.8 build.

parent 330e3fc7
...@@ -1554,9 +1554,6 @@ SchemaLoader::Impl::makeBrandedDependencies( ...@@ -1554,9 +1554,6 @@ SchemaLoader::Impl::makeBrandedDependencies(
schema::Node::Reader node = readMessageUnchecked<schema::Node>(schema->encodedNode); schema::Node::Reader node = readMessageUnchecked<schema::Node>(schema->encodedNode);
using Kind = _::RawBrandedSchema::DepKind;
using Entry = _::RawBrandedSchema::Dependency;
#define ADD_ENTRY(kind, index, make) \ #define ADD_ENTRY(kind, index, make) \
if (const _::RawBrandedSchema* dep = make) { \ if (const _::RawBrandedSchema* dep = make) { \
deps.add(_::RawBrandedSchema::Dependency {\ deps.add(_::RawBrandedSchema::Dependency {\
......
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