aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-clean
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-clean')
-rw-r--r--bpkg/pkg-clean23
1 files changed, 0 insertions, 23 deletions
diff --git a/bpkg/pkg-clean b/bpkg/pkg-clean
deleted file mode 100644
index be8f4db..0000000
--- a/bpkg/pkg-clean
+++ /dev/null
@@ -1,23 +0,0 @@
-// file : bpkg/pkg-clean -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
-
-#ifndef BPKG_PKG_CLEAN
-#define BPKG_PKG_CLEAN
-
-#include <bpkg/types>
-#include <bpkg/utility>
-
-#include <bpkg/pkg-command>
-#include <bpkg/pkg-clean-options>
-
-namespace bpkg
-{
- inline int
- pkg_clean (const pkg_clean_options& o, cli::scanner& args)
- {
- return pkg_command ("clean", o, args);
- }
-}
-
-#endif // BPKG_PKG_CLEAN