From aa0d78815004ae6b0c4a42b0e024f5c4ef555ae2 Mon Sep 17 00:00:00 2001 From: dacctal Date: Sun, 24 May 2026 10:23:38 +0000 Subject: c rewrite --- src/update_all.cc | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/update_all.cc (limited to 'src/update_all.cc') diff --git a/src/update_all.cc b/src/update_all.cc deleted file mode 100644 index 6f55543..0000000 --- a/src/update_all.cc +++ /dev/null @@ -1,12 +0,0 @@ -#include "update_all.hh" -#include "create_pkg.hh" -#include "lua_state.hh" -#include "update_pkg.hh" -#include "vars.hh" - -void update_all() { - for (auto repo : cached_repos) { - Pkg pkg = create_pkg(repo.second.source.value); - update_pkg(pkg); - } -} -- cgit v1.2.3