mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
Remove unused functions from boost task.
This commit is contained in:
@@ -7,22 +7,6 @@ namespace mob::tasks
|
||||
|
||||
namespace
|
||||
{
|
||||
std::string python_version_for_jam()
|
||||
{
|
||||
const auto v = python::parsed_version();
|
||||
|
||||
// 3.8
|
||||
return v.major + "." + v.minor;
|
||||
}
|
||||
|
||||
std::string boost_version_no_patch_underscores()
|
||||
{
|
||||
const auto v = boost::parsed_version();
|
||||
|
||||
// 1_72
|
||||
return v.major + "_" + v.minor;
|
||||
}
|
||||
|
||||
std::string boost_version_no_tags()
|
||||
{
|
||||
const auto v = boost::parsed_version();
|
||||
@@ -73,12 +57,6 @@ std::string address_model_for_arch(arch a)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
std::string source_download_filename()
|
||||
{
|
||||
return boost_version_all_underscores() + ".zip";
|
||||
}
|
||||
|
||||
fs::path config_jam_file()
|
||||
{
|
||||
return boost::source_path() / "user-config-64.jam";
|
||||
|
||||
Reference in New Issue
Block a user