Skip to content

Commit d296f18

Browse files
committed
removed unused variable from unit test
Signed-off-by: Philipp Mieden <dreadl0ck@protonmail.ch>
1 parent ebf1995 commit d296f18

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

example_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import (
44
"context"
55
"fmt"
66
"os"
7-
"path/filepath"
87
"time"
98

109
log "github.com/sirupsen/logrus"
@@ -224,7 +223,6 @@ func ExampleJailerConfig_enablingJailer() {
224223

225224
const id = "my-jailer-test"
226225
const path = "/path/to/jailer-workspace"
227-
pathToWorkspace := filepath.Join(path, "firecracker", id)
228226
const kernelImagePath = "/path/to/kernel-image"
229227

230228
uid := 123

0 commit comments

Comments
 (0)