Removed unnecessary default case.

This commit is contained in:
2017-03-30 00:54:20 +02:00
parent 7479b7e308
commit 284b0fcff4

View File

@@ -76,8 +76,6 @@ struct TermTranslateVisitor
return std::move(function);
}
default:
throwErrorAtLocation(term.location, "symbol type not supported", context);
}
return std::experimental::nullopt;