mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 19:17:10 +01:00
Remove unused function
This commit is contained in:
parent
53598df287
commit
79399923b6
@ -97,13 +97,6 @@ StatusParagraphs vcpkg::database_load_check(const vcpkg_paths& paths)
|
||||
return current_status_db;
|
||||
}
|
||||
|
||||
static std::string get_fullpkgname_from_listfile(const fs::path& path)
|
||||
{
|
||||
auto ret = path.stem().generic_u8string();
|
||||
std::replace(ret.begin(), ret.end(), '_', ':');
|
||||
return ret;
|
||||
}
|
||||
|
||||
void vcpkg::write_update(const vcpkg_paths& paths, const StatusParagraph& p)
|
||||
{
|
||||
static int update_id = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user