Remove FIXME. We construct VBIndex very early, before any calls to OverrideMethod.

llvm-svn: 83981
This commit is contained in:
Mike Stump 2009-10-13 17:23:44 +00:00
parent 62e10f0bdc
commit ad47e7ea81
1 changed files with 0 additions and 1 deletions

View File

@ -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;