diff --git a/include/circt/Dialect/Handshake/HandshakeOps.h b/include/circt/Dialect/Handshake/HandshakeOps.h index 8286e7a129..d848aca1da 100644 --- a/include/circt/Dialect/Handshake/HandshakeOps.h +++ b/include/circt/Dialect/Handshake/HandshakeOps.h @@ -37,20 +37,6 @@ class TerminatorOp; #include "circt/Dialect/Handshake/HandshakeInterfaces.h.inc" -// template struct FunctionPass : public OperationPass { -// /// 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