aboutsummaryrefslogtreecommitdiff
path: root/bpkg/options-types
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/options-types')
-rw-r--r--bpkg/options-types18
1 files changed, 0 insertions, 18 deletions
diff --git a/bpkg/options-types b/bpkg/options-types
deleted file mode 100644
index b252191..0000000
--- a/bpkg/options-types
+++ /dev/null
@@ -1,18 +0,0 @@
-// file : bpkg/options-types -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
-
-#ifndef BPKG_OPTIONS_TYPES
-#define BPKG_OPTIONS_TYPES
-
-namespace bpkg
-{
- enum class auth
- {
- none,
- remote,
- all
- };
-}
-
-#endif // BPKG_OPTIONS_TYPES