Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
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
golang
Commits
9bd1f49e
Commit
9bd1f49e
authored
Sep 28, 2013
by
Robin Eklind
Committed by
David Symonds
Sep 28, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
syscall: Fix one issue detected by vet.
R=golang-dev, dsymonds CC=golang-dev
https://golang.org/cl/14038044
parent
48da6754
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
exec_linux.go
src/pkg/syscall/exec_linux.go
+0
-5
No files found.
src/pkg/syscall/exec_linux.go
View file @
9bd1f49e
...
...
@@ -242,11 +242,6 @@ childerror:
for
{
RawSyscall
(
SYS_EXIT
,
253
,
0
,
0
)
}
// Calling panic is not actually safe,
// but the for loop above won't break
// and this shuts up the compiler.
panic
(
"unreached"
)
}
// Try to open a pipe with O_CLOEXEC set on both file descriptors.
...
...
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