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