aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/vcpkg/commands.cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/include/vcpkg/commands.cache.h')
-rw-r--r--toolsrc/include/vcpkg/commands.cache.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/toolsrc/include/vcpkg/commands.cache.h b/toolsrc/include/vcpkg/commands.cache.h
deleted file mode 100644
index 5d18a3f99..000000000
--- a/toolsrc/include/vcpkg/commands.cache.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#pragma once
-
-#include <vcpkg/commands.interface.h>
-
-namespace vcpkg::Commands::Cache
-{
- void perform_and_exit(const VcpkgCmdArguments& args, const VcpkgPaths& paths);
-
- struct CacheCommand : PathsCommand
- {
- virtual void perform_and_exit(const VcpkgCmdArguments& args, const VcpkgPaths& paths) const override;
- };
-}