]> granicus.if.org Git - clang/commitdiff
remove fixme!
authorChris Lattner <sabre@nondot.org>
Wed, 8 Apr 2009 03:47:39 +0000 (03:47 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 8 Apr 2009 03:47:39 +0000 (03:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68589 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Basic/Targets.cpp

index 55c683a36bb51652339bebce5d80d77859d65cbc..8ffeb61132273542e61381bd45e728e933869640 100644 (file)
@@ -153,8 +153,6 @@ static void getDarwinDefines(std::vector<char> &Defs, const LangOptions &Opts,
   else
     Define(Defs, "__strong", "__attribute__((objc_gc(strong)))");
   
-  // FIXME: OBJC_ZEROCOST_EXCEPTIONS when using zero cost eh.
-  
   // Figure out which "darwin number" the target triple is.  "darwin9" -> 10.5.
   unsigned Maj, Min;
   if (getDarwinNumber(Triple, Maj, Min)) {