Removed unnecessary default case.

This commit is contained in:
Patrick Lühne 2017-03-30 00:54:20 +02:00
parent 7479b7e308
commit 284b0fcff4
No known key found for this signature in database
GPG Key ID: 05F3611E97A70ABF
1 changed files with 0 additions and 2 deletions

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;