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