From edc9022131b77cec3fe5a662766e36fa9a71d23e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 14 Feb 2018 11:50:23 +0200 Subject: Enable modules support only for VC 15u5 and up, drop hacks for earlier --- build2/cc/parser.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'build2/cc/parser.hxx') diff --git a/build2/cc/parser.hxx b/build2/cc/parser.hxx index bec67bd1..a4fd5f86 100644 --- a/build2/cc/parser.hxx +++ b/build2/cc/parser.hxx @@ -39,7 +39,6 @@ namespace build2 public: string checksum; // Translation unit checksum. - uint64_t export_pos; // Temporary hack, see parse_unit(). private: lexer* l_; -- cgit