diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-04-24 15:31:28 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-04-25 15:06:04 +0200 |
commit | 4b05b3faefe25f284909ca24b30180fa86aa172e (patch) | |
tree | 8fc31d2c8b75990df7a0adce30f8b731e1014ec6 /src/other_tools/just_mr/utils.hpp | |
parent | 43c2a03239db7f92885d41776693bdfb08dabbf8 (diff) | |
download | justbuild-4b05b3faefe25f284909ca24b30180fa86aa172e.tar.gz |
just-mr rc: Extract location object parser in separate library
This will make it available also to just.
Diffstat (limited to 'src/other_tools/just_mr/utils.hpp')
-rw-r--r-- | src/other_tools/just_mr/utils.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/other_tools/just_mr/utils.hpp b/src/other_tools/just_mr/utils.hpp index 4d397902..f470ee61 100644 --- a/src/other_tools/just_mr/utils.hpp +++ b/src/other_tools/just_mr/utils.hpp @@ -29,9 +29,6 @@ /* Paths and constants required by just-mr */ -std::unordered_set<std::string> const kLocationTypes{"workspace", - "home", - "system"}; auto const kDefaultJustPath = "just"; auto const kDefaultGitPath = "git"; auto const kDefaultRCPath = StorageConfig::GetUserHome() / ".just-mrrc"; |