Remove incorrect assert.
authorManuel Klimek <klimek@google.com>
Tue, 22 Oct 2013 08:27:19 +0000 (08:27 +0000)
committerManuel Klimek <klimek@google.com>
Tue, 22 Oct 2013 08:27:19 +0000 (08:27 +0000)
commitf6fd3d3fcf7eeeca3cd5774db1f896838b2b56dd
tree62c5c5eab791fbee79032bc27d1b769fc55f5340
parent7855b38c0ede008ad61dfccd0b7b203e616afbde
Remove incorrect assert.

If we run into the second preprocessor branch chain, the first branch
chain might have already set the maximum branch count on that level to
something > 0.

Fixes PR17645.

llvm-svn: 193153
clang/lib/Format/UnwrappedLineParser.cpp
clang/unittests/Format/FormatTest.cpp