Patch for issue found by Carlo Kok. Fixed a type issue where an ';' was incorrectly...
authorGreg Clayton <gclayton@apple.com>
Wed, 31 Oct 2012 19:05:35 +0000 (19:05 +0000)
committerGreg Clayton <gclayton@apple.com>
Wed, 31 Oct 2012 19:05:35 +0000 (19:05 +0000)
commit4a6591da2589a1d0b3fdb5c40622a37a74103915
tree7459f83f376367b18ef3e2fd9e4bc5c6910c1e89
parentb505d33a5c4b36238be2e511d1ca68f01e005a9e
Patch for issue found by Carlo Kok. Fixed a type issue where an ';' was incorrectly following an if statement. There actually isn't a need for the if statement, so it was removed.

llvm-svn: 167160
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp