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