From 3c0d47df936168fc50687a2bd9f03c7c8627c6cf Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 31 Jan 2024 23:20:06 -0600 Subject: [PATCH] branch_tier.cpp --- src/branch_tier.cpp | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/branch_tier.cpp b/src/branch_tier.cpp index 3ce091bf..67bf6d05 100644 --- a/src/branch_tier.cpp +++ b/src/branch_tier.cpp @@ -27,18 +27,7 @@ namespace l fs::glob(pattern,&paths); auto table = v_; - - table["path"] = paths[0]; - branches_.emplace_back(table); - - table["path"] = paths[1]; - branches_.emplace_back(table); - - table["path"] = paths[2]; - branches_.emplace_back(table); - - pause(); - + branches_.resize(paths.size()); for(auto &path : paths) { table["path"] = path;