aboutsummaryrefslogtreecommitdiff
path: root/vendor/honnef.co/go/tools/ssa/write.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/honnef.co/go/tools/ssa/write.go')
-rw-r--r--vendor/honnef.co/go/tools/ssa/write.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/vendor/honnef.co/go/tools/ssa/write.go b/vendor/honnef.co/go/tools/ssa/write.go
deleted file mode 100644
index 89761a1..0000000
--- a/vendor/honnef.co/go/tools/ssa/write.go
+++ /dev/null
@@ -1,5 +0,0 @@
-package ssa
-
-func NewJump(parent *BasicBlock) *Jump {
- return &Jump{anInstruction{parent}}
-}