diff --git a/librepomgr/buildactions/buildaction.h b/librepomgr/buildactions/buildaction.h index 0e0d7a5..7ed8034 100644 --- a/librepomgr/buildactions/buildaction.h +++ b/librepomgr/buildactions/buildaction.h @@ -196,7 +196,6 @@ public: std::string &&displayName, std::string &&logFilePath, ProcessHandler &&handler, AssociatedLocks &&locks = AssociatedLocks()); void terminateOngoingBuildProcesses(); void streamFile(const WebAPI::Params ¶ms, const std::string &filePath, std::string_view fileMimeType); - void streamOutput(const WebAPI::Params ¶ms, std::size_t offset = 0); ServiceSetup *setup(); protected: