aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-fetch
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-09 11:32:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-09 11:32:50 +0200
commitcbd8296c7b86f7fc368d1133da3be3670b7923be (patch)
tree1f8c10aeaf0e19a7d198b06800c2e2a72e760499 /bpkg/rep-fetch
parent82a8cf379ee19dbc66c62bfe78b436d4ab6b497a (diff)
Clean up command names, add aliases
Diffstat (limited to 'bpkg/rep-fetch')
-rw-r--r--bpkg/rep-fetch17
1 files changed, 0 insertions, 17 deletions
diff --git a/bpkg/rep-fetch b/bpkg/rep-fetch
deleted file mode 100644
index 9175755..0000000
--- a/bpkg/rep-fetch
+++ /dev/null
@@ -1,17 +0,0 @@
-// file : bpkg/rep-fetch -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
-
-#ifndef BPKG_REP_FETCH
-#define BPKG_REP_FETCH
-
-#include <bpkg/types>
-#include <bpkg/rep-fetch-options>
-
-namespace bpkg
-{
- int
- rep_fetch (const rep_fetch_options&, cli::scanner& args);
-}
-
-#endif // BPKG_REP_FETCH