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/drop | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 bpkg/drop (limited to 'bpkg/drop') diff --git a/bpkg/drop b/bpkg/drop deleted file mode 100644 index 0054045..0000000 --- a/bpkg/drop +++ /dev/null @@ -1,17 +0,0 @@ -// file : bpkg/drop -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd -// license : MIT; see accompanying LICENSE file - -#ifndef BPKG_DROP -#define BPKG_DROP - -#include -#include - -namespace bpkg -{ - int - drop (const drop_options&, cli::scanner& args); -} - -#endif // BPKG_DROP -- cgit v1.1