Index: src/property.cc |
diff --git a/src/property.cc b/src/property.cc |
index 968839687ac4e75c81a0cf234841464b8b726c90..0cad6ed02c56df1f32eaf077045ade0c67f66185 100644 |
--- a/src/property.cc |
+++ b/src/property.cc |
@@ -47,9 +47,6 @@ OStream& operator<<(OStream& os, const LookupResult& r) { |
return os << " -type = lookup proxy\n"; |
case INTERCEPTOR: |
return os << " -type = lookup interceptor\n"; |
- case NONEXISTENT: |
- UNREACHABLE(); |
- break; |
} |
return os; |
} |