From cbd8296c7b86f7fc368d1133da3be3670b7923be Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 9 Dec 2015 11:32:50 +0200 Subject: Clean up command names, add aliases --- bpkg/rep-fetch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 bpkg/rep-fetch (limited to 'bpkg/rep-fetch') 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 -#include - -namespace bpkg -{ - int - rep_fetch (const rep_fetch_options&, cli::scanner& args); -} - -#endif // BPKG_REP_FETCH -- cgit v1.1