Skip to content

[compiler][ez] Remove unused param#31376

Merged
gsathya merged 1 commit into
facebook:mainfrom
gsathya:cleanup
Oct 28, 2024
Merged

[compiler][ez] Remove unused param#31376
gsathya merged 1 commit into
facebook:mainfrom
gsathya:cleanup

Conversation

@gsathya
Copy link
Copy Markdown
Contributor

@gsathya gsathya commented Oct 28, 2024

No description provided.

@vercel
Copy link
Copy Markdown

vercel Bot commented Oct 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-compiler-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 28, 2024 3:06pm

}
const instr = block.instructions[i]!;
const value = evaluateInstruction(fn.env, constants, instr);
const value = evaluateInstruction(constants, instr);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also remove the import above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed React Core Team Opened by a member of the React Core Team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants