Formatter: Remove now-unneeded code for formatting ':'s in ObjC method decls.
authorNico Weber <nicolasweber@gmx.de>
Sun, 10 Feb 2013 21:08:31 +0000 (21:08 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sun, 10 Feb 2013 21:08:31 +0000 (21:08 +0000)
commitda2b868f1e4800555c94b3c912e06f9661047f38
tree7406c302545448afb584d10e3e8a0917bdfccdff
parent0448b4dd872f37193fdc5099daa31277527b15a5
Formatter: Remove now-unneeded code for formatting ':'s in ObjC method decls.

The more general code for formatting ObjC method exprs does this and more,
it's no longer necessary to special-case this. No behavior change.

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