From 69a81f7583b59d728402f754a7511151a491e982 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 15 Mar 2022 22:27:50 +0100 Subject: [PATCH] Remove unused function declaration --- librepomgr/buildactions/buildaction.h | 1 - 1 file changed, 1 deletion(-) 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: