mirror of
https://github.com/restic/restic.git
synced 2025-03-16 00:00:05 +01:00
removed syscall import
This commit is contained in:
parent
950d44e20b
commit
f57ed94adf
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import (
|
|||
"fmt"
|
||||
"os"
|
||||
"io/ioutil"
|
||||
"syscall"
|
||||
|
||||
)
|
||||
|
||||
func (e *dirEntry) equals(other *dirEntry) bool {
|
||||
|
|
Loading…
Add table
Reference in a new issue