diff --git a/lib/vast/Frontend/Consumer.cpp b/lib/vast/Frontend/Consumer.cpp index 3550b916a4..2d009db66e 100644 --- a/lib/vast/Frontend/Consumer.cpp +++ b/lib/vast/Frontend/Consumer.cpp @@ -60,7 +60,7 @@ namespace vast::cc { } void vast_consumer::HandleInlineFunctionDefinition(clang::FunctionDecl * /* decl */) { - VAST_UNIMPLEMENTED; + // VAST_UNIMPLEMENTED; } void vast_consumer::HandleInterestingDecl(clang::DeclGroupRef /* decl */) {