diff --git a/src/c/weaver/weave/perfflow_weave_legacy_pass.hpp b/src/c/weaver/weave/perfflow_weave_legacy_pass.hpp index b534da19..c1e6f6ac 100644 --- a/src/c/weaver/weave/perfflow_weave_legacy_pass.hpp +++ b/src/c/weaver/weave/perfflow_weave_legacy_pass.hpp @@ -29,11 +29,11 @@ class WeavingPass : public FunctionPass virtual bool doInitialization (Module &m); virtual bool runOnFunction (Function &F); -private: - bool insertAfter (Module &m, Function &f, StringRef &a, - int async, std::string &scope, std::string &flow, std::string pcut); - bool insertBefore (Module &m, Function &f, StringRef &a, - int async, std::string &scope, std::string &flow, std::string pcut); +// private: +// bool insertAfter (Module &m, Function &f, StringRef &a, +// int async, std::string &scope, std::string &flow, std::string pcut); +// bool insertBefore (Module &m, Function &f, StringRef &a, +// int async, std::string &scope, std::string &flow, std::string pcut); }; }