From ad47e7ea816b0454a7e693f10f7b3a863349611e Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Tue, 13 Oct 2009 17:23:44 +0000 Subject: [PATCH] Remove FIXME. We construct VBIndex very early, before any calls to OverrideMethod. llvm-svn: 83981 --- clang/lib/CodeGen/CGVtable.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/clang/lib/CodeGen/CGVtable.cpp b/clang/lib/CodeGen/CGVtable.cpp index 26133004590b..82ba93e6544b 100644 --- a/clang/lib/CodeGen/CGVtable.cpp +++ b/clang/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;