From b11aaa16d404ce7dc55de6b7338dccbf053a72bd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 28 Jul 2016 07:17:29 +0200 Subject: Adjust to new path implementation, use to support reversibility --- build2/name.ixx | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'build2/name.ixx') diff --git a/build2/name.ixx b/build2/name.ixx index 73dbb4a..e2eb3ba 100644 --- a/build2/name.ixx +++ b/build2/name.ixx @@ -29,14 +29,4 @@ namespace build2 return r; } - - inline void name:: - clear () - { - proj = nullptr; - dir.clear (); - type.clear (); - value.clear (); - pair = '\0'; - } } -- cgit v1.1