aboutsummaryrefslogtreecommitdiff
path: root/clean/types-parsers.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-10-28 01:01:53 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-10-30 16:20:21 +0300
commit873987793b05fc0d6e9908f5030b2bca145c4e6d (patch)
tree6641e447d892e5b364ae7471e7a0a71581c85e91 /clean/types-parsers.hxx
parent018603c5529117b993066f4f3a0f45f48f92e801 (diff)
Add tenant object
Diffstat (limited to 'clean/types-parsers.hxx')
-rw-r--r--clean/types-parsers.hxx28
1 files changed, 0 insertions, 28 deletions
diff --git a/clean/types-parsers.hxx b/clean/types-parsers.hxx
deleted file mode 100644
index fe7c77c..0000000
--- a/clean/types-parsers.hxx
+++ /dev/null
@@ -1,28 +0,0 @@
-// file : clean/types-parsers.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
-
-// CLI parsers, included into the generated source files.
-//
-
-#ifndef CLEAN_TYPES_PARSERS_HXX
-#define CLEAN_TYPES_PARSERS_HXX
-
-#include <clean/options-types.hxx>
-
-namespace cli
-{
- class scanner;
-
- template <typename T>
- struct parser;
-
- template <>
- struct parser<brep::toolchain_timeouts>
- {
- static void
- parse (brep::toolchain_timeouts&, bool&, scanner&);
- };
-}
-
-#endif // CLEAN_TYPES_PARSERS_HXX