Skip to content

Commit

Permalink
Update FolderAnalysisBase.fs
Browse files Browse the repository at this point in the history
  • Loading branch information
BearOffice authored Feb 22, 2021
1 parent 55d22ae commit 75d80d2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions FolderAnalysisFSLib/FolderAnalysisBase.fs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
open System.Collections.Generic
open FolderAnalysisTools

//exception NotAnalyzedYetException of string

[<Class>]
type FolderAnalysisBase(path) =
let _dirTreeHistory = new Stack<Dir>()
Expand Down Expand Up @@ -56,4 +54,4 @@ type FolderAnalysisBase(path) =
this.GetList(dirList, top, num)

member this.GetFileList(top, num) =
this.GetList(fileList, top, num)
this.GetList(fileList, top, num)

0 comments on commit 75d80d2

Please sign in to comment.