Removed unneeded constant parsing functions.

This commit is contained in:
2017-08-31 18:51:27 +02:00
parent 80167fd21b
commit 0a104d222c
3 changed files with 3 additions and 19 deletions

View File

@@ -16,8 +16,7 @@ namespace detail
//
////////////////////////////////////////////////////////////////////////////////////////////////////
std::experimental::optional<ast::ConstantPointer> testParsingConstant(Context &context, ASTContext &astContext);
ast::ConstantPointer parseConstant(Context &context, ASTContext &astContext);
std::experimental::optional<ast::ConstantPointer> parseConstant(Context &context, ASTContext &astContext);
////////////////////////////////////////////////////////////////////////////////////////////////////