summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'init.go')
-rw-r--r--init.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/init.go b/init.go
index 874439c..a991582 100644
--- a/init.go
+++ b/init.go
@@ -50,7 +50,3 @@ func Init() *Forge {
log.Warn("GOT HERE. forge.Init(). f can not be nil")
return f
}
-
-func (f *Forge) SortByPath() *ForgeConfigIterator {
- return f.Config.SortByPath()
-}