Remove accidentally introduced no-op line.
authorDaniel Jasper <djasper@google.com>
Thu, 21 Feb 2013 21:40:48 +0000 (21:40 +0000)
committerDaniel Jasper <djasper@google.com>
Thu, 21 Feb 2013 21:40:48 +0000 (21:40 +0000)
commitd15b78b92127bbdb330447e9c3afd25b459d04d4
tree363f879b48e0f7ec485279b6664acd87e9eebe56
parentc6ebda167f524ae32f2c2b97d7b1a2de76013ce7
Remove accidentally introduced no-op line.

Was used during experiments, but another if-statements a few lines
before makes it (intentionally) useless.

llvm-svn: 175803
clang/lib/Format/TokenAnnotator.cpp