Skip to content

Commit

Permalink
Merge 27ff916 into b46c696
Browse files Browse the repository at this point in the history
  • Loading branch information
data-man committed Jun 24, 2020
2 parents b46c696 + 27ff916 commit a99a1f0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/example/pegtl/dynamic_match.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ namespace TAO_PEGTL_NAMESPACE

int main( int argc, char** argv ) // NOLINT(bugprone-exception-escape)
{
const auto issues = pegtl::analyze< dynamic::grammar >();
assert( !issues );

if( argc > 1 ) {
std::string id;
std::string body;
Expand Down

0 comments on commit a99a1f0

Please sign in to comment.