From abcd5aef0326b2be2c78583e58f26ffbb8ae44fe Mon Sep 17 00:00:00 2001 From: Evelyn Marie Date: Thu, 6 Apr 2023 17:22:31 -0600 Subject: [PATCH] tasks(libloot): remove unnecessary hash(), branch() --- src/tasks/libloot.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/tasks/libloot.cpp b/src/tasks/libloot.cpp index d9eb5ad..6b42009 100644 --- a/src/tasks/libloot.cpp +++ b/src/tasks/libloot.cpp @@ -34,16 +34,6 @@ std::string libloot::version() return conf().version().get("libloot"); } -std::string libloot::hash() -{ - return conf().version().get("libloot_hash"); -} - -std::string libloot::branch() -{ - return conf().version().get("libloot_branch"); -} - bool libloot::prebuilt() { return false;