aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/libgo/go/net/interface_openbsd.go
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/libgo/go/net/interface_openbsd.go')
-rw-r--r--gcc-4.8.1/libgo/go/net/interface_openbsd.go14
1 files changed, 0 insertions, 14 deletions
diff --git a/gcc-4.8.1/libgo/go/net/interface_openbsd.go b/gcc-4.8.1/libgo/go/net/interface_openbsd.go
deleted file mode 100644
index d8adb4676..000000000
--- a/gcc-4.8.1/libgo/go/net/interface_openbsd.go
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright 2011 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-// Network interface identification for OpenBSD
-
-package net
-
-// If the ifindex is zero, interfaceMulticastAddrTable returns
-// addresses for all network interfaces. Otherwise it returns
-// addresses for a specific interface.
-func interfaceMulticastAddrTable(ifindex int) ([]Addr, error) {
- return nil, nil
-}