aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-status
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-status')
-rw-r--r--bpkg/pkg-status19
1 files changed, 0 insertions, 19 deletions
diff --git a/bpkg/pkg-status b/bpkg/pkg-status
deleted file mode 100644
index f2d5493..0000000
--- a/bpkg/pkg-status
+++ /dev/null
@@ -1,19 +0,0 @@
-// file : bpkg/pkg-status -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
-
-#ifndef BPKG_PKG_STATUS
-#define BPKG_PKG_STATUS
-
-#include <bpkg/types>
-#include <bpkg/utility>
-
-#include <bpkg/pkg-status-options>
-
-namespace bpkg
-{
- int
- pkg_status (const pkg_status_options&, cli::scanner& args);
-}
-
-#endif // BPKG_PKG_STATUS