Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
N
net
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
net
Commits
41bf2334
Commit
41bf2334
authored
Nov 26, 2014
by
Mikio Hara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x/net/ipv4: remove unnecessary stubs
LGTM=iant R=iant CC=golang-codereviews
https://golang.org/cl/181200043
parent
d96e6bbf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
18 deletions
+0
-18
sockopt_stub.go
ipv4/sockopt_stub.go
+0
-18
No files found.
ipv4/sockopt_stub.go
View file @
41bf2334
...
@@ -6,24 +6,6 @@
...
@@ -6,24 +6,6 @@
package
ipv4
package
ipv4
import
"net"
func
getInt
(
fd
int
,
opt
*
sockOpt
)
(
int
,
error
)
{
return
0
,
errOpNoSupport
}
func
setInt
(
fd
int
,
opt
*
sockOpt
,
v
int
)
error
{
func
setInt
(
fd
int
,
opt
*
sockOpt
,
v
int
)
error
{
return
errOpNoSupport
return
errOpNoSupport
}
}
func
getInterface
(
fd
int
,
opt
*
sockOpt
)
(
*
net
.
Interface
,
error
)
{
return
nil
,
errOpNoSupport
}
func
setInterface
(
fd
int
,
opt
*
sockOpt
,
ifi
*
net
.
Interface
)
error
{
return
errOpNoSupport
}
func
setGroup
(
fd
int
,
opt
*
sockOpt
,
ifi
*
net
.
Interface
,
ip
net
.
IP
)
error
{
return
errOpNoSupport
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment