Skip to content

Commit 9f7930d

Browse files
committed
Remove unused typedefs
1 parent bdb6e7b commit 9f7930d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/Dialect/FIRRTL/Transforms/InferDomains.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ namespace firrtl {
3838
using namespace circt;
3939
using namespace firrtl;
4040

41-
using InstanceIterator = InstanceGraphNode::UseIterator;
42-
using InstanceRange = llvm::iterator_range<InstanceIterator>;
4341
using PortInsertions = SmallVector<std::pair<unsigned, PortInfo>>;
4442

4543
//====--------------------------------------------------------------------------

0 commit comments

Comments
 (0)