Skip to content

Commit 281d554

Browse files
Remove unused files variable.
1 parent 2d822f4 commit 281d554

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

files.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ func scrapeFiles() {
4545
return
4646
}
4747

48-
var files []*File
49-
5048
log.Println("[+] Checking for local pastes.")
5149

5250
filepath.Walk(conf.LocalPath, func(path string, info os.FileInfo, err error) error {

0 commit comments

Comments
 (0)