aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-03-13 17:07:06 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-03-13 17:56:21 -0700
commit2590371023b7eaebbd81f857a76ec95556b80705 (patch)
tree720bbd34e8446f7756708cd63697586048e1d289 /toolsrc/include
parentc55bbc3c463e019833ab7c40fa3ad5cecbb9b54f (diff)
downloadvcpkg-2590371023b7eaebbd81f857a76ec95556b80705.tar.gz
vcpkg-2590371023b7eaebbd81f857a76ec95556b80705.zip
Remove Enums::unreachable(). Use Checks::unreachable() instead
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg_Enums.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/toolsrc/include/vcpkg_Enums.h b/toolsrc/include/vcpkg_Enums.h
index 5c4dc8b06..b1ecc311b 100644
--- a/toolsrc/include/vcpkg_Enums.h
+++ b/toolsrc/include/vcpkg_Enums.h
@@ -6,6 +6,4 @@ namespace vcpkg::Enums
std::string nullvalue_toString(const std::string& enum_name);
__declspec(noreturn) void nullvalue_used(const std::string& enum_name);
-
- __declspec(noreturn) void unreachable(const std::string& enum_name);
}