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