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