Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
c69402d8
Commit
c69402d8
authored
Dec 10, 2013
by
Carl Shapiro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
runtime: remove outdated comment and related indentation
R=golang-dev, iant CC=golang-dev
https://golang.org/cl/39810043
parent
ddbad5ef
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
103 additions
and
109 deletions
+103
-109
src/pkg/runtime/mgc0.c
src/pkg/runtime/mgc0.c
+103
-109
No files found.
src/pkg/runtime/mgc0.c
View file @
c69402d8
...
...
@@ -409,11 +409,6 @@ flushptrbuf(Scanbuf *sbuf)
runtime
·
throw
(
"ptrbuf has to be smaller than WorkBuf"
);
}
// TODO(atom): This block is a branch of an if-then-else statement.
// The single-threaded branch may be added in a next CL.
{
// Multi-threaded version.
while
(
ptrbuf
<
ptrbuf_end
)
{
obj
=
ptrbuf
->
p
;
ti
=
ptrbuf
->
ti
;
...
...
@@ -534,7 +529,6 @@ flushptrbuf(Scanbuf *sbuf)
nobj
=
wbuf
->
nobj
;
wp
=
wbuf
->
obj
+
nobj
;
}
}
sbuf
->
wp
=
wp
;
sbuf
->
wbuf
=
wbuf
;
...
...
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