aboutsummaryrefslogtreecommitdiff
path: root/clean/types-parsers.hxx
diff options
context:
space:
mode:
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