diff --git a/src/core/IO/Path.pm b/src/core/IO/Path.pm index 5415deddf5b..6fea089fa1a 100644 --- a/src/core/IO/Path.pm +++ b/src/core/IO/Path.pm @@ -213,12 +213,6 @@ my class IO::Path is Cool does IO { multi method IO { self } method open(IO::Path:D: |c) { IO::Handle.new(:path(self)).open(|c) } -#?if moar - method watch(IO::Path:D:) { - IO::Notification.watch-path($.absolute); - } -#?endif - proto method absolute(|) { * } multi method absolute (IO::Path:D:) { $!abspath //= $!SPEC.rel2abs($!path,$!CWD)