aboutsummaryrefslogtreecommitdiffstats
path: root/vm/starnix/starnix.go
diff options
context:
space:
mode:
Diffstat (limited to 'vm/starnix/starnix.go')
-rw-r--r--vm/starnix/starnix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/starnix/starnix.go b/vm/starnix/starnix.go
index 665b13321..e6da96dc0 100644
--- a/vm/starnix/starnix.go
+++ b/vm/starnix/starnix.go
@@ -100,7 +100,7 @@ func (pool *Pool) Count() int {
return pool.count
}
-func (pool *Pool) Create(workdir string, index int) (vmimpl.Instance, error) {
+func (pool *Pool) Create(_ context.Context, workdir string, index int) (vmimpl.Instance, error) {
inst := &instance{
fuchsiaDir: pool.env.KernelSrc,
ffxDir: pool.ffxDir,