From: Mike Stump Date: Tue, 13 Oct 2009 17:23:44 +0000 (+0000) Subject: Remove FIXME. We construct VBIndex very early, before any calls to OverrideMethod. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e647d93be5a70e737d4fcf3913a0e07d5a57cade;p=clang Remove FIXME. We construct VBIndex very early, before any calls to OverrideMethod. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83981 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGVtable.cpp b/lib/CodeGen/CGVtable.cpp index 2613300459..82ba93e654 100644 --- a/lib/CodeGen/CGVtable.cpp +++ b/lib/CodeGen/CGVtable.cpp @@ -121,7 +121,6 @@ public: i = VBIndex.find(B); if (i != VBIndex.end()) return i->second; - // FIXME: temporal botch, is this data here, by the time we need it? assert(false && "FIXME: Locate the containing virtual base first"); return 0;