remove pending maybe-reconsider-this comment

This commit is contained in:
Vern Paxson 2021-02-04 11:51:57 -08:00
parent e336a30963
commit d71675a7dc

View file

@ -975,7 +975,7 @@ TraversalCode RD_Decorate::PreExpr(const Expr* e)
auto id_rt = id_e->GetType()->AsRecordType(); auto id_rt = id_e->GetType()->AsRecordType();
auto id_di = mgr.GetID_DI(id); auto id_di = mgr.GetID_DI(id);
if ( ! id_di /*### && ! analysis_options.inliner */ ) if ( ! id_di )
{ {
printf("%s possibly used without definition\n", printf("%s possibly used without definition\n",
id->Name()); id->Name());