summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
Diffstat (limited to 'clang')
-rw-r--r--clang/lib/CodeGen/CGVtable.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGVtable.cpp b/clang/lib/CodeGen/CGVtable.cpp
index 26133004590..82ba93e6544 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;
OpenPOWER on IntegriCloud