mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
remove pending maybe-reconsider-this comment
This commit is contained in:
parent
e336a30963
commit
d71675a7dc
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue