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
6892155d
Commit
6892155d
authored
Mar 07, 2011
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
runtime: remove unused declarations from mgc0.c.
R=rsc CC=golang-dev
https://golang.org/cl/4252063
parent
5c2666c1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
mgc0.c
src/pkg/runtime/mgc0.c
+0
-3
No files found.
src/pkg/runtime/mgc0.c
View file @
6892155d
...
...
@@ -53,7 +53,6 @@ enum {
static
uint64
nlookup
;
static
uint64
nsizelookup
;
static
uint64
naddrlookup
;
static
uint64
nhandoff
;
static
int32
gctrace
;
typedef
struct
Workbuf
Workbuf
;
...
...
@@ -71,10 +70,8 @@ extern byte end[];
static
G
*
fing
;
static
Finalizer
*
finq
;
static
int32
fingwait
;
static
uint32
nfullwait
;
static
void
runfinq
(
void
);
static
bool
bitlookup
(
void
*
,
uintptr
**
,
uintptr
*
,
int32
*
);
static
Workbuf
*
getempty
(
Workbuf
*
);
static
Workbuf
*
getfull
(
Workbuf
*
);
...
...
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