Skip to content

Commit

Permalink
Revert "Merge pull request #247 from dbaggerman/refactor-countstats"
Browse files Browse the repository at this point in the history
This reverts commit e8712d0, reversing
changes made to d98709e.
  • Loading branch information
boyter committed Dec 14, 2021
1 parent 3223ca1 commit cbd2822
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion processor/file.go
Expand Up @@ -273,7 +273,6 @@ func newFileJob(path, name string, fileInfo os.FileInfo) *FileJob {
Extension: extension,
PossibleLanguages: language,
Bytes: fileInfo.Size(),
EndPoint: int(fileInfo.Size() - 1),
}
} else if Verbose {
printWarn(fmt.Sprintf("skipping file unknown extension: %s", name))
Expand Down
6 changes: 0 additions & 6 deletions processor/states.go

This file was deleted.

0 comments on commit cbd2822

Please sign in to comment.