aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/parser.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-02-14 11:50:23 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-02-14 11:50:23 +0200
commitedc9022131b77cec3fe5a662766e36fa9a71d23e (patch)
tree1e084ffcf7ec3da9ad1eb2e6755335bdda9137f8 /build2/cc/parser.hxx
parent5d615c7ae1761d1511e01d0b4bea4920fda190a7 (diff)
Enable modules support only for VC 15u5 and up, drop hacks for earlier
Diffstat (limited to 'build2/cc/parser.hxx')
-rw-r--r--build2/cc/parser.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/build2/cc/parser.hxx b/build2/cc/parser.hxx
index bec67bd..a4fd5f8 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_;