aboutsummaryrefslogtreecommitdiff
path: root/build2/name.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/name.ixx')
-rw-r--r--build2/name.ixx10
1 files changed, 0 insertions, 10 deletions
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';
- }
}