From eefc3bb309c5e004e3db03fe7618cd61811fbd37 Mon Sep 17 00:00:00 2001 From: Roland Illig Date: Thu, 12 Sep 2024 19:12:33 +0200 Subject: [PATCH] Remove obsolete to-do comment --- v23/mkshwalker_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/v23/mkshwalker_test.go b/v23/mkshwalker_test.go index 51895ac7..0ec6fc49 100644 --- a/v23/mkshwalker_test.go +++ b/v23/mkshwalker_test.go @@ -12,8 +12,6 @@ import ( // It is used for debugging only. // // See Test_MkShWalker_Walk, Callback.SimpleCommand for examples. -// -// TODO: Move to test file. func (w *MkShWalker) Path() string { var path []string for _, level := range w.Context {