aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorCurtis.Bezault <curtbezault@gmail.com>2019-07-23 15:36:13 -0700
committerCurtis.Bezault <curtbezault@gmail.com>2019-07-23 15:36:13 -0700
commit829f99b50624778ed1534e50fb04912d782fa4df (patch)
tree88d11da5744537e031174eb21ecedb57681aab82 /toolsrc/include
parentf64d2e9103c8a181ad89cb5d485863a5772105a1 (diff)
downloadvcpkg-829f99b50624778ed1534e50fb04912d782fa4df.tar.gz
vcpkg-829f99b50624778ed1534e50fb04912d782fa4df.zip
remove needs_rebuild from statusparagraphs
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg/statusparagraphs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/toolsrc/include/vcpkg/statusparagraphs.h b/toolsrc/include/vcpkg/statusparagraphs.h
index 3ebad67de..fa064de7e 100644
--- a/toolsrc/include/vcpkg/statusparagraphs.h
+++ b/toolsrc/include/vcpkg/statusparagraphs.h
@@ -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);