aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/parser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/parser.hxx')
-rw-r--r--build2/cc/parser.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/build2/cc/parser.hxx b/build2/cc/parser.hxx
index d52ddc9..00be190 100644
--- a/build2/cc/parser.hxx
+++ b/build2/cc/parser.hxx
@@ -30,8 +30,6 @@ namespace build2
class parser
{
public:
- parser (): fail ("error", &name_), warn ("warning", &name_) {}
-
translation_unit
parse (istream&, const path& name);
@@ -46,11 +44,6 @@ namespace build2
parse_module_name (token&);
private:
- const path* name_;
-
- const fail_mark fail;
- const basic_mark warn;
-
lexer* l_;
translation_unit* u_;
};