diff options
Diffstat (limited to 'lib/CodeGen/CGVtable.cpp')
-rw-r--r-- | lib/CodeGen/CGVtable.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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; |