diff --git a/include/anthem/Term.h b/include/anthem/Term.h index 6caae0e..974a24d 100644 --- a/include/anthem/Term.h +++ b/include/anthem/Term.h @@ -76,8 +76,6 @@ struct TermTranslateVisitor return std::move(function); } - default: - throwErrorAtLocation(term.location, "symbol type not supported", context); } return std::experimental::nullopt;