From 9b91bf718fdb53ea517642d248a4acf2a9e73359 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 29 Jan 2019 09:10:10 +0200 Subject: Remove comment that no longer applies --- libbutl/path.mxx | 4 ---- 1 file changed, 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 // -- cgit v1.1