diff options
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg/binarycaching.h | 5 | ||||
| -rw-r--r-- | toolsrc/include/vcpkg/build.h | 6 |
2 files changed, 0 insertions, 11 deletions
diff --git a/toolsrc/include/vcpkg/binarycaching.h b/toolsrc/include/vcpkg/binarycaching.h index be52d1e49..d76d60370 100644 --- a/toolsrc/include/vcpkg/binarycaching.h +++ b/toolsrc/include/vcpkg/binarycaching.h @@ -11,11 +11,6 @@ namespace vcpkg::Dependencies struct InstallPlanAction; struct ActionPlan; } -namespace vcpkg::Build -{ - struct AbiTagAndFile; - struct BuildPackageOptions; -} namespace vcpkg { diff --git a/toolsrc/include/vcpkg/build.h b/toolsrc/include/vcpkg/build.h index 99effe475..443bcd3a2 100644 --- a/toolsrc/include/vcpkg/build.h +++ b/toolsrc/include/vcpkg/build.h @@ -299,12 +299,6 @@ namespace vcpkg::Build } }; - struct AbiTagAndFile - { - std::string tag; - fs::path tag_file; - }; - struct CompilerInfo { std::string id; |
