diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-03-29 18:14:48 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-03-31 18:01:13 -0700 |
| commit | 8e30d0b420ea4883a27b514940ca54778f4f21aa (patch) | |
| tree | 9b97b6e0df5a11bf648bb1427b454754bb6b138a /toolsrc/include/version_t.h | |
| parent | af0e652c484b9554bdce2457a73928682f505c24 (diff) | |
| download | vcpkg-8e30d0b420ea4883a27b514940ca54778f4f21aa.tar.gz vcpkg-8e30d0b420ea4883a27b514940ca54778f4f21aa.zip | |
`update` needs to use package_spec
Diffstat (limited to 'toolsrc/include/version_t.h')
| -rw-r--r-- | toolsrc/include/version_t.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/toolsrc/include/version_t.h b/toolsrc/include/version_t.h index 47e5aec4b..9a4e11a39 100644 --- a/toolsrc/include/version_t.h +++ b/toolsrc/include/version_t.h @@ -25,15 +25,4 @@ namespace vcpkg std::string toString() const; }; - - struct name_and_version_diff_t - { - static bool compare_by_name(const name_and_version_diff_t& left, const name_and_version_diff_t& right) - { - return left.name < right.name; - } - - std::string name; - version_diff_t version_diff; - }; } |
