aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/SourceParagraph.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/toolsrc/include/SourceParagraph.h b/toolsrc/include/SourceParagraph.h
index 9c9439ea7..bac005144 100644
--- a/toolsrc/include/SourceParagraph.h
+++ b/toolsrc/include/SourceParagraph.h
@@ -7,8 +7,6 @@ namespace vcpkg
{
struct SourceParagraph
{
- static const std::vector<std::string>& get_list_of_valid_fields();
-
SourceParagraph();
explicit SourceParagraph(std::unordered_map<std::string, std::string> fields);