summaryrefslogtreecommitdiff
path: root/internal/file
diff options
context:
space:
mode:
Diffstat (limited to 'internal/file')
-rw-r--r--internal/file/file.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/file/file.go b/internal/file/file.go
index dfff134..75fcbe1 100644
--- a/internal/file/file.go
+++ b/internal/file/file.go
@@ -30,7 +30,6 @@ func NewFd(fd int32, name []byte, flags int32) FdFile {
Flags: flags,
}
if f.Flags == -1 {
- // TODO: newfstatat is not an open syscall! change code generator!
panic(fmt.Sprintf("DEBUG with -1 flags: %v", f))
}
return f