diff options
-rw-r--r-- | libbutl/path.mxx | 4 |
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 // |