aboutsummaryrefslogtreecommitdiff
path: root/libbutl/path.mxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-01-29 09:10:10 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-01-29 09:10:10 +0200
commit9b91bf718fdb53ea517642d248a4acf2a9e73359 (patch)
treed20780b7e742f1048449d95917182e2911826845 /libbutl/path.mxx
parentd871744cff022741d96dfb84440bdc3a7590bd4c (diff)
Remove comment that no longer applies
Diffstat (limited to 'libbutl/path.mxx')
-rw-r--r--libbutl/path.mxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/libbutl/path.mxx b/libbutl/path.mxx
index 6a7ff74..a1e253b 100644
--- a/libbutl/path.mxx
+++ b/libbutl/path.mxx
@@ -56,10 +56,6 @@ LIBBUTL_MODEXPORT namespace butl
// (i.e., there are no '.' or '..' components). So a fast path case
// might be in order.
//
- // - We duplicate the interface for path and dir_path while most of it
- // is common. Also, we can implicit-cast dir_path& to path& and use
- // non-dir-adapted implementation (see where we call K::cast()).
- //
// @@ This should probably be called invalid_path_argument
//