mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 13:57:29 +08:00
remove needs_rebuild from statusparagraphs
This commit is contained in:
parent
f64d2e9103
commit
829f99b506
@ -62,8 +62,6 @@ namespace vcpkg
|
||||
/// <returns>`true` if installed, `false` if not or not found.</returns>
|
||||
bool is_installed(const FeatureSpec& spec) const;
|
||||
|
||||
bool needs_rebuild(const PackageSpec& spec);
|
||||
|
||||
iterator insert(std::unique_ptr<StatusParagraph>);
|
||||
|
||||
friend void serialize(const StatusParagraphs& pgh, std::string& out_str);
|
||||
|
Loading…
Reference in New Issue
Block a user