[Handshake] Remove commented out code

This commit is contained in:
Morten Borup Petersen 2021-11-12 14:20:48 +00:00
parent a7b21383fa
commit 831eb661f4
1 changed files with 0 additions and 14 deletions

View File

@ -37,20 +37,6 @@ class TerminatorOp;
#include "circt/Dialect/Handshake/HandshakeInterfaces.h.inc"
// template <typename T> struct FunctionPass : public OperationPass<T, FuncOp> {
// /// The polymorphic API that runs the pass over the currently held
// function. virtual void runOnFunction() = 0;
// /// The polymorphic API that runs the pass over the currently held
// operation. void runOnOperation() final {
// if (!getFunction().isExternal())
// runOnFunction();
// }
// /// Return the current module being transformed.
// FuncOp getFunction() { return this->getOperation(); }
// };
} // end namespace handshake
} // end namespace circt