forked from OSchip/llvm-project
Remove FIXME. We construct VBIndex very early, before any calls to OverrideMethod.
llvm-svn: 83981
This commit is contained in:
parent
62e10f0bdc
commit
ad47e7ea81
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue