aboutsummaryrefslogtreecommitdiffstats
path: root/prog/encodingexec.go
diff options
context:
space:
mode:
Diffstat (limited to 'prog/encodingexec.go')
-rw-r--r--prog/encodingexec.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/prog/encodingexec.go b/prog/encodingexec.go
index d50e4f3be..a4f41a694 100644
--- a/prog/encodingexec.go
+++ b/prog/encodingexec.go
@@ -9,8 +9,6 @@ package prog
import (
"fmt"
"sort"
-
- . "github.com/google/syzkaller/sys"
)
const (
@@ -37,9 +35,6 @@ const (
const (
ExecBufferSize = 2 << 20
-
- pageSize = 4 << 10
- dataOffset = 512 << 20
)
type Args []Arg