mirror of
https://github.com/verilator/verilator.git
synced 2025-04-05 04:02:37 +00:00
Remove unused method
This commit is contained in:
parent
7ef033f876
commit
af70db88db
@ -306,10 +306,6 @@ public:
|
||||
|
||||
//######################################################################
|
||||
|
||||
bool V3HierBlockPlan::isHierBlock(const AstNodeModule* modp) const {
|
||||
return m_blocks.find(modp) != m_blocks.end();
|
||||
}
|
||||
|
||||
void V3HierBlockPlan::add(const AstNodeModule* modp, const std::vector<AstVar*>& gparams) {
|
||||
const iterator it = m_blocks.find(modp);
|
||||
if (it == m_blocks.end()) {
|
||||
|
@ -109,7 +109,6 @@ public:
|
||||
using HierVector = std::vector<const V3HierBlock*>;
|
||||
VL_DEBUG_FUNC; // Declare debug()
|
||||
|
||||
bool isHierBlock(const AstNodeModule* modp) const;
|
||||
void add(const AstNodeModule* modp, const std::vector<AstVar*>& gparams);
|
||||
void registerUsage(const AstNodeModule* parentp, const AstNodeModule* childp);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user