aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/ipc
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/ipc')
-rw-r--r--pkg/ipc/ipc.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/pkg/ipc/ipc.go b/pkg/ipc/ipc.go
index ff17b52a3..7aa57dedf 100644
--- a/pkg/ipc/ipc.go
+++ b/pkg/ipc/ipc.go
@@ -166,14 +166,6 @@ type CallInfo struct {
FaultInjected bool
}
-func GetCompMaps(info []CallInfo) []prog.CompMap {
- compMaps := make([]prog.CompMap, len(info))
- for i, inf := range info {
- compMaps[i] = inf.Comps
- }
- return compMaps
-}
-
type Env struct {
in []byte
out []byte